3 # check for dsl connection.
5 if [ -z "`/sbin/ifconfig | grep ppp0`" ]; then
6 echo "`date`: trying to connect to the world again ..." >> \
9 # start isdn if it works ...
10 # /etc/init.d/isdn start
13 # by now: retry every 10 minuites if broken
14 /etc/init.d/rp-pppoe start
16 echo "debug: RETVAL = $RETVAL" >> /var/log/messages 2>&1
17 [ "$RETVAL" = "0" ] && /etc/ppp/ip-up