svn commit: r250617 - head/etc/rc.d
Alan Somers
asomers at FreeBSD.org
Mon May 13 20:28:24 UTC 2013
Author: asomers
Date: Mon May 13 20:28:24 2013
New Revision: 250617
URL: http://svnweb.freebsd.org/changeset/base/250617
Log:
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
Modified:
head/etc/rc.d/syslogd
Modified: head/etc/rc.d/syslogd
==============================================================================
--- head/etc/rc.d/syslogd Mon May 13 20:14:58 2013 (r250616)
+++ head/etc/rc.d/syslogd Mon May 13 20:28:24 2013 (r250617)
@@ -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
More information about the svn-src-all
mailing list