CVS: lunar/var/lib/lunar/functions connect.lunar,1.1,1.2

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


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

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


Index: connect.lunar
===================================================================
RCS file: /var/cvs/lunar/lunar/var/lib/lunar/functions/connect.lunar,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- connect.lunar	10 Aug 2003 01:18:55 -0000	1.1
+++ connect.lunar	9 Dec 2003 20:05:38 -0000	1.2
@@ -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