]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
tunnels
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 27 Jun 1999 18:14:01 +0000 (18:14 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 27 Jun 1999 18:14:01 +0000 (18:14 +0000)
svn-id: @389

rc.d/init.d/network

index b2cb6f6202f1358db3992a3855c5dedd311bf0dc..23d3f3cd9820395c1bef75dba4a5725677463186 100644 (file)
@@ -43,7 +43,7 @@ network_deinit()
 
 }
 
-interfaces="`cd /etc/sysconfig/interfaces && ls -1 ifcfg-* | grep -v ifcfg-lo | xargs 2> /dev/null`"
+interfaces="`cd /etc/sysconfig/interfaces && ls -1 ifcfg-* | grep -v ifcfg-lo | xargs 2> /dev/null`"tunnels="`cd /etc/sysconfig/interfaces && ls -1 tnlcfg-* | xargs 2> /dev/null`"
 
 # See how we were called.
 case "$1" in
This page took 0.146394 seconds and 4 git commands to generate.