Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc.d/syslogd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/etc/rc.d/syslogd 2000/03/10 11:53:24 1.1 +++ src/etc/rc.d/syslogd 2000/04/30 13:23:35 1.2 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: syslogd,v 1.1 2000/03/10 11:53:24 lukem Exp $ +# $NetBSD: syslogd,v 1.2 2000/04/30 13:23:35 lukem Exp $ # # PROVIDE: syslogd @@ -14,6 +14,7 @@ command="/usr/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="/etc/syslog.conf" start_precmd="syslogd_precmd" +extra_commands="reload" syslogd_precmd() { @@ -26,4 +27,4 @@ syslogd_precmd() return 0 } -run_rc_command "$1" "reload" +run_rc_command "$1"