Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 12/06/2000 15:37:53
Module Name:	basesrc
Committed By:	tron
Date:		Wed Dec  6 13:37:53 UTC 2000

Modified Files:
	basesrc/lib/libutil: Makefile passwd.c pw_lock.3 shlib_version

Log Message:
Add two new passwd file update functions:
- The pw_setprefix() function defines the root directory used for passwd
  file updates. If the prefix is set to /newroot pw_lock() will operate on
  /newroot/etc/ptmp afterwards. The default prefix is an empty string.
- The pw_getprefix() function returns the root directory which is currently
  used for passwd file updates.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/lib/libutil/Makefile
cvs rdiff -r1.26 -r1.27 basesrc/lib/libutil/passwd.c
cvs rdiff -r1.5 -r1.6 basesrc/lib/libutil/pw_lock.3
cvs rdiff -r1.21 -r1.22 basesrc/lib/libutil/shlib_version

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