#!/bin/sh # Check for Dial-On-Demand if [ ! -r /etc/i4l.conf ] then echo "Cannot read /etc/i4l.conf" else . /etc/i4l.conf if [ $DOD = "NO" ] then $ROUTE add default ippp0 fi fi