Subject: CVS commit: basesrc/bin/pax
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/24/2002 09:45:33
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Jan 24 07:45:33 UTC 2002

Modified Files:
	basesrc/bin/pax: Makefile options.c pax.1

Log Message:
Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to
be done from dbdir/master.passwd and dbdir/group, using simple text file
parsing routines from ../../usr.sbin/mtree/getid.c.
This does not affect the -G and -U options, which always use the
system databases.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/bin/pax/Makefile
cvs rdiff -r1.34 -r1.35 basesrc/bin/pax/options.c
cvs rdiff -r1.29 -r1.30 basesrc/bin/pax/pax.1

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