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

undefine cvs at pld-linux.org
Mon Aug 8 23:53:04 CEST 2005


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.



More information about the pld-cvs-commit mailing list