#!/bin/sh #------------------------------------------------------------------------------ # /etc/ppp/ip-down800.wrap # # Enter your specific commands here, wget etc. # # Creation: 01.11.2005 hh # Last Update: $Id$ #------------------------------------------------------------------------------ case $is_default_route in yes) . /var/run/embedded.conf if [ -n "$embedded_online_led" ] then echo "$embedded_online_led off" > /var/run/embedded.fifo fi ;; esac