svn commit: r250617 - head/etc/rc.d

Alan Somers asomers at FreeBSD.org
Wed May 15 04:59:06 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
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"


More information about the svn-src-head mailing list