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

arekm cvs at pld-linux.org
Sun May 7 12:47:01 CEST 2006


Author: arekm
Date: Sun May  7 12:46:57 2006
New Revision: 7388

Modified:
   rc-scripts/trunk/rc.d/init.d/network
Log:
Fix interfaces_boot detection (Adam Ryba).

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 12:46:57 2006
@@ -153,7 +153,7 @@
 	interfaces_boot=`
 		for i in $ifcfg_files; do
 			case ${i##*/} in
-				ifcfg-lo|ifcfg-sit|ifcfg-atm|ifcfg-lec|ifcfg-nas|ifcfg-br|ifcfg-*.*) continue ;;
+				ifcfg-lo|ifcfg-sit*|ifcfg-atm*|ifcfg-lec*|ifcfg-nas*|ifcfg-br*|ifcfg-*.*) continue ;;
 			esac
 			ONBOOT=""; . "$i" 2>/dev/null
 			is_yes "$ONBOOT" && echo "${i##*/}"


More information about the pld-cvs-commit mailing list