From: <bl...@us...> - 2003-10-22 15:46:12
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv32432/build/scripts/scripts Modified Files: crontab Log Message: commented out freshclam's crontab so it's not run by default Index: crontab =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/crontab,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- crontab 2 Oct 2003 00:09:41 -0000 1.3 +++ crontab 22 Oct 2003 15:29:49 -0000 1.4 @@ -4,4 +4,4 @@ #*/15 * * * * root test -x /samplepath/samplescript && /samplepath/samplescript #1 0 * * * root test -x /usr/sbin/logrotate && /usr/sbin/logrotate -s /var/log/logrotate.status /etc/logrotate.conf -0 */1 * * * root test -x /usr/bin/freshclam && /usr/bin/freshclam --quiet -l /var/log/clam-update.log --daemon-notify +#0 */1 * * * root test -x /usr/bin/freshclam && /usr/bin/freshclam --quiet -l /var/log/clam-update.log --daemon-notify |