#!/bin/sh

LOGFILE=/var/adm/pppd_log

# log end of connection
echo 'PPP stop:                ' `date` >> $LOGFILE

