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

Hiroki Sato hrs at FreeBSD.org
Mon Sep 19 15:55:53 UTC 2011


Author: hrs
Date: Mon Sep 19 15:55:53 2011
New Revision: 225669
URL: http://svn.freebsd.org/changeset/base/225669

Log:
  Fix the script order to run rc.d/bridge after the initial network
  interface configuration and before running network daemons.
  
  Approved by:	re (kib)

Modified:
  head/etc/rc.d/bridge

Modified: head/etc/rc.d/bridge
==============================================================================
--- head/etc/rc.d/bridge	Mon Sep 19 15:31:12 2011	(r225668)
+++ head/etc/rc.d/bridge	Mon Sep 19 15:55:53 2011	(r225669)
@@ -26,7 +26,8 @@
 #
 
 # PROVIDE: bridge
-# REQUIRE: netif
+# REQUIRE: netif faith ppp stf
+# BEFORE: SERVERS
 # KEYWORD: nojail
 
 . /etc/rc.subr


More information about the svn-src-head mailing list