logratate problem

Vivek Mangal vivek.mangal9685 at gmail.com
Fri Jan 11 10:35:07 UTC 2008


Hello,
My crond service is running.
and the contain of /etc/cron.daily/logrotate file is shown below.
////////////////////////
#!/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
///////////////////////////////



More information about the redhat-list mailing list