#------------------------------------------------------------------------------ # /etc/ppp/ip-up800.hwsupp # # Enter your specific commands here, wget etc. # # Creation: 01.11.2005 hh # Last Update: $Id$ #------------------------------------------------------------------------------ if [ "$is_default_route" = "yes" ] then . /var/run/hwsupp.conf [ 0$hwsupp_led_n -eq 0 ] || for i in `seq 1 $hwsupp_led_n` do eval action=\$hwsupp_led_${i} if [ "$action" = "online" ] then /usr/bin/hwsupp_setled $i on fi done fi