Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/17/2000 14:07:11
Module Name: basesrc
Committed By: lukem
Date: Thu Aug 17 11:07:11 UTC 2000
Modified Files:
basesrc/etc: rc.subr
Log Message:
add support for ${name}_chroot, which chroot(8)s before running the command.
allow changing the user credentials to ${name}_user, ${name}_group,
and ${name}_groups as part of this. if ${name}_chroot is used, the following
variables won't work: ${name}_chdir and ${name}_nice.
[requested by mrg; whipped up in a few minutes on his terminal :-]
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/etc/rc.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.