]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r244562,245241,245435
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Jan 2013 16:46:51 +0000 (16:46 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Jan 2013 16:46:51 +0000 (16:46 +0000)
commit6a84995e2efef522a052417ce5640a3a3c7f0a8d
treea73d924125daa4eb0f24543516f535d2b42f0bb2
parent60acb7a0f56931c58933a5f9b9758639b5bc47d2
MFC r244562,245241,245435

Add NetBSD's mtree to the tree and install it as nmtree.

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.

Sponsored by: DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/9@245462 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
22 files changed:
contrib/mknod/pack_dev.c [new file with mode: 0644]
contrib/mknod/pack_dev.h [new file with mode: 0644]
contrib/mtree/Makefile [new file with mode: 0644]
contrib/mtree/compare.c [new file with mode: 0644]
contrib/mtree/crc.c [new file with mode: 0644]
contrib/mtree/create.c [new file with mode: 0644]
contrib/mtree/excludes.c [new file with mode: 0644]
contrib/mtree/extern.h [new file with mode: 0644]
contrib/mtree/getid.c [new file with mode: 0644]
contrib/mtree/misc.c [new file with mode: 0644]
contrib/mtree/mtree.8 [new file with mode: 0644]
contrib/mtree/mtree.c [new file with mode: 0644]
contrib/mtree/mtree.h [new file with mode: 0644]
contrib/mtree/spec.c [new file with mode: 0644]
contrib/mtree/specspec.c [new file with mode: 0644]
contrib/mtree/verify.c [new file with mode: 0644]
share/man/man5/src.conf.5
share/mk/bsd.own.mk
tools/build/options/WITH_NMTREE [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/mtree/Makefile
usr.sbin/nmtree/Makefile [new file with mode: 0644]