Author: des
Date: Mon Oct 26 15:14:16 2015
New Revision: 290006
URL: https://svnweb.freebsd.org/changeset/base/290006

Log:
  Loading rc.subr and rc.conf has no effect since all we do is run other
  scripts which load them again.
  
  MFC after:    3 weeks

Modified:
  head/etc/netstart

Modified: head/etc/netstart
==============================================================================
--- head/etc/netstart   Mon Oct 26 14:50:35 2015        (r290005)
+++ head/etc/netstart   Mon Oct 26 15:14:16 2015        (r290006)
@@ -34,9 +34,6 @@
 # the network by hand, this script will do it for you).
 #
 
-. /etc/rc.subr
-
-load_rc_config 'XXX'
 _start=quietstart
 
 /etc/rc.d/devd ${_start}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to