diff options
author | brooks <brooks@FreeBSD.org> | 2013-01-09 21:07:08 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-01-09 21:07:08 +0000 |
commit | 8ab7717e288b7ee92b94499b85a61b53eaece449 (patch) | |
tree | 0a67e5deea12a9f24841c71093ee658bdb79f011 /share/man | |
parent | 20f8f82daf3917d7ace388a468798b6088fb2938 (diff) | |
download | FreeBSD-src-8ab7717e288b7ee92b94499b85a61b53eaece449.zip FreeBSD-src-8ab7717e288b7ee92b94499b85a61b53eaece449.tar.gz |
Always install our mtree as /usr/sbin/fmtree and link it as
/usr/sbin/mtree by default.
Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked
as /usr/sbin/mtree as well as /usr/sbin/nmtree.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/src.conf.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index faa117f..16f01ea 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb .\" $FreeBSD$ -.Dd November 5, 2012 +.Dd January 9, 2013 .Dt SRC.CONF 5 .Os .Sh NAME @@ -804,6 +804,16 @@ Set to not build NLS catalogs. .\" from FreeBSD: head/tools/build/options/WITHOUT_NLS_CATALOGS 156932 2006-03-21 07:50:50Z ru Set to not build NLS catalog support for .Xr csh 1 . +.It Va WITH_NMTREE +\" $FreeBSD$ +Set to install +.Xr nmtree 8 +as +.Xr mtree 8 . +By default +.Xr fmtree 8 +is installed as +.Xr mtree 8 . .It Va WITHOUT_NS_CACHING .\" from FreeBSD: head/tools/build/options/WITHOUT_NS_CACHING 172803 2007-10-19 14:01:25Z ru Set to disable name caching in the |