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