(
stty 38400
chat -f /usr/lib/ppp/chatscript
case $? in
0) echo "Success" 1>&2
/usr/sbin/pppd & ;;
4) echo "BUSY" 1>&2 ;;
*) echo "call failed" 1>&2 ;;
esac
) </dev/modem >/dev/modem
-- Alan Curry- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/