Date: Fri, 5 Jun 1998 07:43:45 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mtree create.c misc.c mtree.8 mtree.c mtree.h verify.c Message-ID: <199806051443.HAA02248@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/06/05 07:43:45 PDT
Modified files:
usr.sbin/mtree create.c misc.c mtree.8 mtree.c mtree.h
verify.c
Log:
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.
Revision Changes Path
1.10 +2 -2 src/usr.sbin/mtree/create.c
1.5 +2 -1 src/usr.sbin/mtree/misc.c
1.12 +4 -1 src/usr.sbin/mtree/mtree.8
1.7 +2 -2 src/usr.sbin/mtree/mtree.c
1.3 +3 -1 src/usr.sbin/mtree/mtree.h
1.6 +8 -7 src/usr.sbin/mtree/verify.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806051443.HAA02248>
