Switch the default mtree to nmtree our new NetBSD derived mtree.
Exp-run by: bdrewery MFC after: 3 days Sponsored by: DARPA/AFRL
This commit is contained in:
parent
b9f19cb397
commit
b9cd6b0a3c
7
UPDATING
7
UPDATING
@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
|
||||
disable the most expensive debugging functionality run
|
||||
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20131025:
|
||||
The default version of mtree is nmtree which is obtained from
|
||||
NetBSD. The output is generally the same, but may vary
|
||||
slightly. If you found you need identical output adding
|
||||
"-F freebsd9" to the command line should do the trick. For the
|
||||
time being, the old mtree is available as fmtree.
|
||||
|
||||
20131014:
|
||||
libbsdyml has been renamed to libyaml and moved to /usr/lib/private.
|
||||
This will break ports-mgmt/pkg. Rebuild the port, or upgrade to pkg
|
||||
|
@ -320,6 +320,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
NIS \
|
||||
NLS \
|
||||
NLS_CATALOGS \
|
||||
NMTREE \
|
||||
NS_CACHING \
|
||||
NTP \
|
||||
OPENSSH \
|
||||
@ -370,7 +371,6 @@ __DEFAULT_NO_OPTIONS = \
|
||||
LIBICONV_COMPAT \
|
||||
INSTALL_AS_USER \
|
||||
LLDB \
|
||||
NMTREE \
|
||||
NAND \
|
||||
OFED \
|
||||
OPENSSH_NONE_CIPHER \
|
||||
|
@ -1,9 +1,9 @@
|
||||
.\" $FreeBSD$
|
||||
Set to install
|
||||
.Xr nmtree 8
|
||||
.Xr fmtree 8
|
||||
as
|
||||
.Xr mtree 8 .
|
||||
By default
|
||||
.Xr fmtree 8
|
||||
.Xr nmtree 8
|
||||
is installed as
|
||||
.Xr mtree 8 .
|
Loading…
Reference in New Issue
Block a user