Subject: CVS commit: src/etc/rc.d
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/31/2003 08:47:18
Module Name: src
Committed By: lukem
Date: Fri Jan 31 06:47:17 UTC 2003
Modified Files:
src/etc/rc.d: postfix
Log Message:
Implement start_cmd as:
start_cmd="${name} "'${rc_arg}'
and stop_cmd & reload_cmd as:
stop_cmd=$start_cmd
reload_cmd=$start_cmd
(Just to be tricky)
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/etc/rc.d/postfix
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.