]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - rc.d/init.d/network
fix ONBOOT handling for VLAN interfaces
[projects/rc-scripts.git] / rc.d / init.d / network
index 960c9a061f25f6172d2a7055302253dfb42a1514..9fe7651a2b8a4386bc70aac86242d926218ab0b6 100755 (executable)
@@ -168,7 +168,7 @@ find_boot_interfaces() {
                                DEVICE=""; ONBOOT=""; USERS=""; . "$i" 2>/dev/null
                                [ "${DEVICE:+set}" != "set" ] && continue
                                [ ${USERS:-no} != no ] && continue
-                               is_yes ${ONBOOT:-no} && echo "${i##*/ifcfg-}"
+                               is_yes ${ONBOOT:-no} && echo "${i##*/ifcfg-}"
                        done
                `
 
This page took 0.165732 seconds and 4 git commands to generate.