#---------------------------------------------------------------------------- # /etc/rc0.d/rc490.hangup - hanging-up internet connection at shutdown # # Creation: 2005-11-12 lanspezi # Last Update: $Id$ #---------------------------------------------------------------------------- colecho -n "hanging-up internet connection ... " gn imond-send "dialmode off" "hangup" > /dev/null 2>&1 sleep 5 echo "OK"