#!/bin/sh

rm -f /etc/ppp/DOWN
echo `date +"%s"` > /etc/ppp/UP

# If you have xntp3 installed, you can synchronize your clocks by finding 
# a few hosts that provide this service (your ISP should know this) and
# add the following line

# /usr/sbin/ntpdate -t 10 HOST1 HOST2 ... >> /var/log/date.log 2>&1
