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:
Alan Somers 2013-05-13 20:28:24 +00:00
parent a420df3c8a
commit 44e8231cc7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250617

View File

@ -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