Subject: CVS commit: basesrc/etc/rc.d
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/27/2002 11:15:57
Module Name:	basesrc
Committed By:	lukem
Date:		Wed Mar 27 09:15:56 UTC 2002

Modified Files:
	basesrc/etc/rc.d: sshd

Log Message:
Set command_args to '-f ${sshd_conf_dir}/${name}.conf'.
This occurs before the first load_rc_config() so that it may be
overridden by the user, and appears in single quotes so the
variables don't get evaluated until the eval in run_rc_command().
Problem noted by Patrick Welche <prlw1@cam.ac.uk> in [bin/15912].


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/etc/rc.d/sshd

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