CVS: theedge/var/lib/lunar/functions connect.lunar,1.3,1.4

Steven Michaelske hardkrash at lunar-linux.org
Tue Dec 9 20:03:45 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28589

Modified Files:
	connect.lunar 
Log Message:
added ath type of interface


Index: connect.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/connect.lunar,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- connect.lunar	29 Jul 2003 20:49:28 -0000	1.3
+++ connect.lunar	9 Dec 2003 20:03:43 -0000	1.4
@@ -39,6 +39,7 @@
   if  !  ifconfig  |  grep  -q  "^eth"   &&
       !  ifconfig  |  grep  -q  "^wlan"  &&
       !  ifconfig  |  grep  -q  "^ppp"   &&
+      !  ifconfig  |  grep  -q  "^ath"   &&
       !  ifconfig  |  grep  -q  "^tun";  then
     pon
 
@@ -46,6 +47,9 @@
     TIMEOUT=30
 
     until  ifconfig  |  grep  -q  eth   ||
+           ifconfig  |  grep  -q  wlan  ||
+           ifconfig  |  grep  -q  ath   ||
+           ifconfig  |  grep  -q  tun   ||
            ifconfig  |  grep  -q  ppp   ||
            [  $TIMEOUT == 0  ]
     do




More information about the Lunar-commits mailing list