etc/rc.d/syslogd
Add netif as a requirement of syslogd to get lo0 up. Currently, this doesn't affect the rc order, because mountcritremote already depends on netif. Reviewed by: eadler Approved by: kenm (mentor) MFC after: 2 weeks
This commit is contained in:
parent
e951d35193
commit
641feb7a9e
@ -3,8 +3,10 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# netif is required for lo0 because syslogd tries to open a local socket
|
||||
#
|
||||
# PROVIDE: syslogd
|
||||
# REQUIRE: mountcritremote FILESYSTEMS newsyslog
|
||||
# REQUIRE: mountcritremote FILESYSTEMS newsyslog netif
|
||||
# BEFORE: SERVERS
|
||||
|
||||
. /etc/rc.subr
|
||||
|
Loading…
Reference in New Issue
Block a user