]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- I commited version in development stage instead of production ;-)
authortwittner <twittner@pld-linux.org>
Mon, 6 Oct 2003 00:23:12 +0000 (00:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle.init -> 1.3

eagle.init

index 96bd77e39d36cc817eb0c85f0dbc0c3623896bc6..cc52d880c2369c6df9e53fc38eb13ed989f6ecd4 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # eagle        starts/stops internet connection provided by adsl usb modem
 #
-# chkconfig:    2345   11 89   
+# chkconfig:    2345   09 91   
 #
 # description: eagle starts/stops internet connection provided by adsl usb \
 #              modem based on Analog Devices Inc. USB ADSL Modem chip - \
@@ -36,14 +36,12 @@ case "$1" in
   start)
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/eagle ]; then
-               #OTHER_PPP_IFS=`ifconfig | awk '/ppp[0-9]*/ {print $1}'
                # show "Starting %s service" eagle
                msg_starting eagle
                /usr/sbin/startadsl
                RETVAL=$?
                busy
                sleep 5 # wait for ip from provider
-               show `grep ifconfig 
                if [ $RETVAL -eq 0 ]; then
                        touch /var/lock/subsys/eagle
                        ok
This page took 0.062989 seconds and 4 git commands to generate.