Subject: CVS commit: src/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/23/2002 06:40:20
Module Name:	src
Committed By:	lukem
Date:		Mon Dec 23 04:40:20 UTC 2002

Modified Files:
	src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c mtree.h spec.c

Log Message:
Add -C, which dumps the specification with the full path name first,
and then all the other fields.  (I.e, like -D except with the name
first instead of last).
Consistenly strsvis(3) encode path names (even for -C and -D).


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/usr.sbin/mtree/create.c
cvs rdiff -r1.25 -r1.26 src/usr.sbin/mtree/extern.h
cvs rdiff -r1.32 -r1.33 src/usr.sbin/mtree/mtree.8
cvs rdiff -r1.28 -r1.29 src/usr.sbin/mtree/mtree.c
cvs rdiff -r1.19 -r1.20 src/usr.sbin/mtree/mtree.h
cvs rdiff -r1.48 -r1.49 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.