svn commit: r242784 - head/etc

Nick Hibma n_hibma at FreeBSD.org
Thu Nov 8 20:34:12 UTC 2012


Author: n_hibma
Date: Thu Nov  8 20:34:12 2012
New Revision: 242784
URL: http://svnweb.freebsd.org/changeset/base/242784

Log:
  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
  MFC after:	1 week

Modified:
  head/etc/pccard_ether

Modified: head/etc/pccard_ether
==============================================================================
--- head/etc/pccard_ether	Thu Nov  8 20:15:12 2012	(r242783)
+++ head/etc/pccard_ether	Thu Nov  8 20:34:12 2012	(r242784)
@@ -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