Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 12/06/2000 15:47:10
Module Name: basesrc
Committed By: tron
Date: Wed Dec 6 13:47:10 UTC 2000
Modified Files:
basesrc/include: util.h
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.18 -r1.19 basesrc/include/util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.