Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > cc17350fff89ba157fd8e95fc02e839e > files > 1

logrotate-3.7.9-14.fc15.i686.rpm

#!/bin/sh

/usr/sbin/logrotate /etc/logrotate.conf
EXITVALUE=$?
if [ $EXITVALUE != 0 ]; then
    /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
fi
exit 0