#	ppp-kill-at
#
#	file cat'ed into at to kill -HUP pppd every 12 hours (change it in
#	the ip-up script), it is an attempt to try and keep the same IP
#	over the disconnections
#
#							Olivier Mehani, 2002
#							   <shtrom@ssji.net>
#
#	$Date: 2002/11/10 21:10:47 $
#	$Revision: 1.5 $
#


logterm=/dev/tty7

echo Killing -HUP pppd > $logterm 2>&1
killall -HUP pppd > $logterm 2>&1
killall -9 ###PPPOA### 2>/dev/null
rm /var/run/###PPPOA###.pid 2&1 >/dev/null
