svn commit: r251663 - stable/9/etc/rc.d

Alan Somers asomers at FreeBSD.org
Wed Jun 12 19:04:09 UTC 2013


Author: asomers
Date: Wed Jun 12 19:04:08 2013
New Revision: 251663
URL: http://svnweb.freebsd.org/changeset/base/251663

Log:
  MFC r250617
  
  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:	ken (mentor)

Modified:
  stable/9/etc/rc.d/syslogd
Directory Properties:
  stable/9/etc/   (props changed)
  stable/9/etc/rc.d/   (props changed)

Modified: stable/9/etc/rc.d/syslogd
==============================================================================
--- stable/9/etc/rc.d/syslogd	Wed Jun 12 18:48:53 2013	(r251662)
+++ stable/9/etc/rc.d/syslogd	Wed Jun 12 19:04:08 2013	(r251663)
@@ -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-stable mailing list