Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/12/2000 20:07:18
Module Name:	basesrc
Committed By:	lukem
Date:		Sat May 13 03:07:18 UTC 2000

Modified Files:
	basesrc/etc: rc.subr

Log Message:
implement three new variables for run_rc_command:
    - ${name}_chdir	directory to cd to before running ${command}
    - ${name}_nice	nice level to run ${command} at
    - ${name}_user	user to run ${command} as

based on [misc/9954] by Dave Sainty <dave@dtsp.co.nz>, except that it works :)


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 basesrc/etc/rc.subr

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