]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a new flag, "nochange", which will specify that a directory is
authorpeter <peter@FreeBSD.org>
Fri, 5 Jun 1998 14:43:42 +0000 (14:43 +0000)
committerpeter <peter@FreeBSD.org>
Fri, 5 Jun 1998 14:43:42 +0000 (14:43 +0000)
commit00b7e773c5170cbb781853c5c38133d0549366c5
treef332996c96a22c22db01fd28c26f30b2a2f58072
parent8d3569022185b777193cfe6f8ab66c54846d39a2
Create a new flag, "nochange", which will specify that a directory is
to be created if it's missing, otherwise completely ignore it's modes and
owners.  Primary intended targets:  /usr/src and /usr/obj.

Adjust the 'not created: File exists' message to mention that it's a
directory that's the problem, otherwise it doesn't make sense.

I had created chown-style  -L and -P flag to control logical/physical mode
(ie: whether symlinks were followed), but the nochange flag is enough to
get the blasted thing out of my hair so I took them back out.
usr.sbin/mtree/create.c
usr.sbin/mtree/misc.c
usr.sbin/mtree/mtree.8
usr.sbin/mtree/mtree.c
usr.sbin/mtree/mtree.h
usr.sbin/mtree/verify.c