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.in | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 init.d.BSD/syslogd.in (limited to 'init.d.BSD/syslogd.in') diff --git a/init.d.BSD/syslogd.in b/init.d.BSD/syslogd.in new file mode 100644 index 00000000..e90ba1a9 --- /dev/null +++ b/init.d.BSD/syslogd.in @@ -0,0 +1,19 @@ +#!/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