#------------------------------------------------------------------------------
# /etc/down/rc990.dialon - verhindert Verbindungsaufbau nach Boot
# durch mtg-capri
# Dialmode in base.txt muss auf "off" stehen
#
# Creation: 26.03.2003 chs
# Last Update:
#------------------------------------------------------------------------------
/usr/local/bin/colecho "Set DIALMODE = AUTO" gn
port=`cat /var/run/imond.port`
{ echo "enable"; echo "quit"; } | netcat localhost $port
