Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/05/2001 18:32:58
Module Name:	basesrc
Committed By:	lukem
Date:		Fri Oct  5 15:32:58 UTC 2001

Modified Files:
	basesrc/usr.sbin/mtree: mtree.8 spec.c

Log Message:
* Implement support for absolute paths in the specfile.  An absolute path
  is one that contains a `/' character that is not the first character.
  All parent directories referenced in the path must exist.
* Add copyright for all the work I've done.
* Document the history of various features added since 4.3-Reno.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/usr.sbin/mtree/mtree.8
cvs rdiff -r1.30 -r1.31 basesrc/usr.sbin/mtree/spec.c

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