bonsoir,

voici juste une proposition de modif de fctStartAdsl afin de
supprimer un processus qui reste à attendre pendant tout le temps où
la connexion est établie.

--
laurent


eagleusb$ cvs diff -u utils/scripts/fctStartAdsl
Index: utils/scripts/fctStartAdsl
===================================================================
RCS file: /cvs/eagleusb/eagleusb/utils/scripts/fctStartAdsl,v
retrieving revision 1.14
diff -u -r1.14 fctStartAdsl
--- utils/scripts/fctStartAdsl  10 Aug 2004 16:51:13 -0000      1.14
+++ utils/scripts/fctStartAdsl  26 Aug 2004 20:07:36 -0000
@@ -139,9 +139,7 @@
                                ifconfig $INTERFACE 0.0.0.0 up
                        fi
                fi
-               $PPPOX -I $INTERFACE 2>/dev/null
-               #echo "$INTERFACE"
-               exit 0
+               exec $PPPOX -I $INTERFACE 2>/dev/null
        fi
        if [ $USE_IFUPDOWN == 1 ] && [ $SIMPLE == 0 ] ; then
                ifup $INTERFACE &>/dev/null

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to