|
From: <bl...@us...> - 2003-10-22 15:50:31
|
Update of /cvsroot/devil-linux/build/scripts/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv32338/build/scripts/scripts
Modified Files:
Tag: rel-1-0-patches
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.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- crontab 2 Oct 2003 00:09:41 -0000 1.3
+++ crontab 22 Oct 2003 15:29:18 -0000 1.3.2.1
@@ -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
|