svn commit: r243086 - stable/9/etc

Nick Hibma n_hibma at FreeBSD.org
Thu Nov 15 15:48:41 UTC 2012


Author: n_hibma
Date: Thu Nov 15 15:48:40 2012
New Revision: 243086
URL: http://svnweb.freebsd.org/changeset/base/243086

Log:
  MFC r242784:
    Not only load pccard_ether settings, also load network settings. This
    is only a problem when a /etc/rc.conf.d/network file is being used.
  
    PR:		conf/160373
    Submitted by:	n_hibma

Modified:
  stable/9/etc/pccard_ether
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/pccard_ether
==============================================================================
--- stable/9/etc/pccard_ether	Thu Nov 15 15:21:58 2012	(r243085)
+++ stable/9/etc/pccard_ether	Thu Nov 15 15:48:40 2012	(r243086)
@@ -123,4 +123,5 @@ else
 fi
 
 load_rc_config pccard_ether
+load_rc_config network
 run_rc_command $args


More information about the svn-src-all mailing list