Author: undefine
Date: Mon Aug  8 23:53:01 2005
New Revision: 6288

Modified:
   rc-scripts/trunk/rc.d/init.d/network
Log:
- get only tnlcfg-name, not tnlcfg-name~


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        Mon Aug  8 23:53:01 2005
@@ -167,6 +167,7 @@
 fi
 tunnels=$((cd /etc/sysconfig/interfaces && ls -1 tnlcfg-* | \
        xargs egrep -l "ONBOOT=[^n][^o]" | \
+       egrep 'tnlcfg-[a-z0-9]+$' | \
        awk ' { gsub(/tnlcfg-/,NIL); print $0 } ') 2> /dev/null)
 
 # See how we were called.
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to