#!/bin/sh

if [ -f /var/log/ppp.log ]; then
	savelog -g adm -m 644 -u root -c 4 /var/log/ppp.log >/dev/null
	/etc/init.d/sysklogd reload
fi
