Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cdbd7f76dd533cb4dd0451e33e760282 > files > 12

logrotate-3.8.7-2.mga4.x86_64.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