#!/bin/sh
# rotate mgetty-fax log

LOG=/var/log/sendfax.log

if [ -f $LOG ] ; then
    savelog -g adm -m 644 -u root $LOG > /dev/null
fi
