Sat Dec 5 15:50:32 2020 UTC ()
doc: Fix typo.


(wiz)
diff -r1.14 -r1.15 pkgsrc/doc/NEWS

cvs diff -r1.14 -r1.15 pkgsrc/doc/NEWS (expand / switch to unified diff)

--- pkgsrc/doc/NEWS 2020/12/05 15:16:40 1.14
+++ pkgsrc/doc/NEWS 2020/12/05 15:50:32 1.15
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: NEWS,v 1.14 2020/12/05 15:16:40 nia Exp $ 1# $NetBSD: NEWS,v 1.15 2020/12/05 15:50:32 wiz Exp $
2 2
3PKGSRC NEWS 3PKGSRC NEWS
4=========== 4===========
5 5
6 This file contains information about important infrastructural changes in 6 This file contains information about important infrastructural changes in
7 pkgsrc. The intended readers are the pkgsrc developers as well as anyone 7 pkgsrc. The intended readers are the pkgsrc developers as well as anyone
8 tracking pkgsrc-current. 8 tracking pkgsrc-current.
9 9
10Python 3.8 default [nia 2020-12-04] 10Python 3.8 default [nia 2020-12-04]
11 The default Python verison was switched to 3.8. 11 The default Python version was switched to 3.8.
12 12
13Default database location changed for NetBSD [wiz 2020-12-02] 13Default database location changed for NetBSD [wiz 2020-12-02]
14 The database of installed packages now defaults to ${PREFIX}/pkgdb 14 The database of installed packages now defaults to ${PREFIX}/pkgdb
15 instead of /var/db/pkg on NetBSD. This matches the default on 15 instead of /var/db/pkg on NetBSD. This matches the default on
16 other operating systems and cases where a non-default bootstrap 16 other operating systems and cases where a non-default bootstrap
17 is used. 17 is used.
18 18
19 To deal with this change, run the following commands: 19 To deal with this change, run the following commands:
20 20
21 cd /usr/pkgsrc/pkgtools/pkg_install 21 cd /usr/pkgsrc/pkgtools/pkg_install
22 make USE_CWRAPPERS=no install 22 make USE_CWRAPPERS=no install
23 cd /usr/pkg/sbin 23 cd /usr/pkg/sbin
24 install -c pkg_add pkg_admin pkg_create pkg_delete pkg_info /usr/sbin/ 24 install -c pkg_add pkg_admin pkg_create pkg_delete pkg_info /usr/sbin/