Listing 5. /etc/ppp/diald-down

#!/bin/sh

# bring down diald
echo quit >>/etc/diald.fifo

# add back default route
route add default eth0