![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / src / etc / rc.d / syslogd (download)
Revision 1.4.4.2, Mon Oct 2 01:10:11 2000 UTC (19 years, 2 months ago) by lukem
pull up rev 1.7 (approved by thorpej): - always use $rcvar to determine the name of the var to checkyesno - fix force* |
#!/bin/sh # # $NetBSD: syslogd,v 1.4.4.2 2000/10/02 01:10:11 lukem Exp $ # # PROVIDE: syslogd # REQUIRE: mountcritremote sysdb wscons . /etc/rc.subr name="syslogd" rcvar=$name command="/usr/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="/etc/syslog.conf" start_precmd="syslogd_precmd" extra_commands="reload" syslogd_precmd() { # Transitional symlink for old binaries # if [ ! -h /dev/log ]; then ln -sf /var/run/log /dev/log fi rm -f /var/run/log return 0 } load_rc_config $name run_rc_command "$1"