These are FreeBSD specific
This commit is contained in:
parent
e4e18d21ed
commit
0ec43dfe47
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
command=/usr/sbin/syslogd
|
command=/usr/sbin/syslogd
|
||||||
command_args=${syslogd_args}
|
command_args=${syslogd_args}
|
||||||
pidfile=/var/run/syslogd.pid
|
pidfile=$(strings ${command} | grep /var/run/syslog)
|
||||||
name="System Logger Daemon"
|
name="System Logger Daemon"
|
||||||
|
|
||||||
depend()
|
depend()
|
||||||
|
@ -1,2 +1 @@
|
|||||||
BOOT+= hostid net.lo0 newsyslog savecore syslogd
|
BOOT+= hostid net.lo0 newsyslog savecore syslogd
|
||||||
DEFAULT+= local.rc mixer powerd
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
BOOT+= clock dumpon syscons
|
BOOT+= clock dumpon syscons
|
||||||
|
DEFAULT+= mixer powerd
|
||||||
|
Loading…
Reference in New Issue
Block a user