]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Fix interfaces_boot detection (Adam Ryba).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 May 2006 10:46:57 +0000 (10:46 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 May 2006 10:46:57 +0000 (10:46 +0000)
svn-id: @7388

rc.d/init.d/network

index 57db293dd654ec3778811b4ffe2c2101ccbdba13..55ec51448a02556d409c531f67e777c0603f1ea6 100644 (file)
@@ -153,7 +153,7 @@ else
        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##*/}"
This page took 0.035937 seconds and 4 git commands to generate.