Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 15:14:17 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290006 - head/etc
Message-ID:  <201510261514.t9QFEHu9008344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510261514.t9QFEHu9008344>