rc-scripts/trunk/rc.d/init.d/network

glen cvs at pld-linux.org
Sun May 7 13:09:11 CEST 2006


Author: glen
Date: Sun May  7 13:09:10 2006
New Revision: 7389

Modified:
   rc-scripts/trunk/rc.d/init.d/network
Log:
Fix missing $bootprio.

Modified: rc-scripts/trunk/rc.d/init.d/network
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/network	(original)
+++ rc-scripts/trunk/rc.d/init.d/network	Sun May  7 13:09:10 2006
@@ -136,6 +136,7 @@
 }
 
 ifcfg_files="$(network_interface_configs 'ifcfg-*')"
+bootprio=$(grep '^BOOTPRIO=' $ifcfg_files)
 
 if [ -n "$bootprio" ]; then
 	# find all the interfaces besides loopback.


More information about the pld-cvs-commit mailing list