summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/mtree.8
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>1999-12-09 20:38:36 +0000
committerjoe <joe@FreeBSD.org>1999-12-09 20:38:36 +0000
commit2d2f34a6b0d504ee514ce90ee4680797ca32254c (patch)
tree67ed32cdc7f451c6623d8ec3550f32874bffbf70 /usr.sbin/mtree/mtree.8
parentc6d289b2ad57b3e51ea70ee85c86808035d1e10f (diff)
downloadFreeBSD-src-2d2f34a6b0d504ee514ce90ee4680797ca32254c.zip
FreeBSD-src-2d2f34a6b0d504ee514ce90ee4680797ca32254c.tar.gz
Added support for file flags, mostly merged from the NetBSD version.
The way is now open to schg and sappnd key files and directories in our tree. There are recommendations in bin/15229. PR: bin/15229 Reviewed by: imp, brian
Diffstat (limited to 'usr.sbin/mtree/mtree.8')
-rw-r--r--usr.sbin/mtree/mtree.811
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index fc3ad4a..d01438f 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -131,6 +131,12 @@ The checksum of the file using the default algorithm specified by
the
.Xr cksum 1
utility.
+.It Cm flags
+The file flags as a symbolic name. See
+.Xr chflags 1
+for information on these names. If no flags are to be set the string
+.Dq none
+may be used to override the current default.
.It Cm ignore
Ignore any file hierarchy below this file.
.It Cm gid
@@ -188,6 +194,7 @@ socket
.El
.Pp
The default set of keywords are
+.Cm flags ,
.Cm gid ,
.Cm mode ,
.Cm nlink ,
@@ -282,6 +289,7 @@ distribution.
system specification directory
.El
.Sh SEE ALSO
+.Xr chflags 1 ,
.Xr chgrp 1 ,
.Xr chmod 1 ,
.Xr cksum 1 ,
@@ -309,3 +317,6 @@ digests were added in
.Fx 4.0 ,
as new attacks have demonstrated weaknesses in
.Tn MD5 .
+Support for file flags was added in
+.Fx 4.0 ,
+and mostly comes from NetBSD.
OpenPOWER on IntegriCloud