svn commit: r243087 - stable/8/etc

Nick Hibma n_hibma at FreeBSD.org
Thu Nov 15 15:49:37 UTC 2012


Author: n_hibma
Date: Thu Nov 15 15:49:37 2012
New Revision: 243087
URL: http://svnweb.freebsd.org/changeset/base/243087

Log:
  MFC 242784:
    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/8/etc/pccard_ether
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/pccard_ether
==============================================================================
--- stable/8/etc/pccard_ether	Thu Nov 15 15:48:40 2012	(r243086)
+++ stable/8/etc/pccard_ether	Thu Nov 15 15:49:37 2012	(r243087)
@@ -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-stable-8 mailing list