Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/04/2002 09:17:15
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Feb  4 07:17:14 UTC 2002

Modified Files:
	basesrc/usr.sbin/mtree: compare.c verify.c

Log Message:
- use lch*() instead of ch*() to change permissions, so that links in
  the specfile don't confuse things.  doesn't affect the default
  (physical) operation, and shouldn't affect logical either.
- slightly rework how miss() is implemented so that duplicated code is
  reduced and links may optionally have a mode, uname and/or gname.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 basesrc/usr.sbin/mtree/compare.c
cvs rdiff -r1.28 -r1.29 basesrc/usr.sbin/mtree/verify.c

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