#!/bin/sh

cd /var/log

if [ -f rinetd.log ]; then
	savelog -u root -g adm -m 640 -c 7 /var/log/rinetd.log >/dev/null
fi
