#!/bin/sh #---------------------------------------------------------------------------- # /etc/ppp/ip-down700.logip # # Last Update: $Id$ #---------------------------------------------------------------------------- if [ -f /var/run/logip.conf ] then . /var/run/logip.conf echo "`date '+%Y-%m-%d %T (%Z)'` | disconnect | $prefix | $real_interface | $interface | $is_default_route " >> $LOGIP_LOGDIR/logip6.log fi