]> git.pld-linux.org Git - packages/rc-scripts.git/blobdiff - rc-scripts-dev_alias.patch
- updated to 0.4.0.20
[packages/rc-scripts.git] / rc-scripts-dev_alias.patch
index 8c8fd5e6ccda2976a53889eab45813a41b8589de..5d02bc33aa2dd07a96eb680156084aabe7dc2fbb 100644 (file)
@@ -4,8 +4,8 @@
                . /etc/rc.d/init.d/functions; \
                cd /etc/sysconfig/interfaces && ls -1 ifcfg* | \
                egrep -v '(ifcfg-lo|ifcfg-sit|ifcfg-atm|ifcfg-lec|ifcfg-nas|ifcfg-br|ifcfg-(.*)\.(.*))' | \
--              egrep 'ifcfg-[a-z0-9\.]+$' | \
-+              egrep 'ifcfg-[a-z0-9\.:]+$' | \
+-              LC_ALL=C egrep 'ifcfg-[a-z0-9\.]+$' | \
++              LC_ALL=C egrep 'ifcfg-[a-z0-9\.:]+$' | \
                for i in `cat`; do \
                    ONBOOT=""; . /etc/sysconfig/interfaces/"$i"; is_yes "$ONBOOT" && echo "$i"; \
                done | \
This page took 0.073772 seconds and 4 git commands to generate.