From a12dbdc6c93a7d63591610378e3e570b7c7d2143 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 2 Mar 2008 21:13:21 +0000 Subject: Don't check for root in prefix. --- init.d.BSD/syslogd | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 init.d.BSD/syslogd (limited to 'init.d.BSD/syslogd') diff --git a/init.d.BSD/syslogd b/init.d.BSD/syslogd deleted file mode 100644 index e90ba1a9..00000000 --- a/init.d.BSD/syslogd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/runscript -# Copyright 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. - -command=/usr/sbin/syslogd -command_args=${syslogd_args} -case "${RC_UNAME}" in - FreeBSD|DragonFly) pidfile=/var/run/syslog.pid;; - *) pidfile=/var/run/syslogd.pid;; -esac -name="System Logger Daemon" - -depend() -{ - provide logger - use net newsyslog - need localmount - after bootmisc -} -- cgit v1.2.3