Merge from CheriBSD:

commit 70b8f0c127
Author: Brooks Davis <brooks@one-eyed-alien.net>
Date:   Mon Jan 27 22:53:57 2014 +0000

    Move mtree.5 to usr.sbin/nmtree.
    Remove note that mtree 2.0 format files aren't supported.

MFC after:	4 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2014-01-30 21:32:25 +00:00
parent 6adfbbbf16
commit a85228f164
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261298
3 changed files with 2 additions and 9 deletions

View File

@ -6,7 +6,7 @@
.PATH: ${.CURDIR}/../../usr.bin/cksum
PROG= fmtree
MAN= fmtree.8 mtree.5
MAN= fmtree.8
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
SRCS+= specspec.c

View File

@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../../contrib/mtree
PROG= mtree
MAN= mtree.8
MAN= mtree.5 mtree.8
SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
only.c spec.c specspec.c verify.c
LDADD+= -lmd -lutil

View File

@ -259,13 +259,6 @@ The
entry format was added by
.Nx .
.Sh BUGS
The
.Fx
implementation of mtree does not currently support
the
.Nm
2.0
format.
The requirement for a
.Dq #mtree
signature line is new and not yet widely implemented.