From a75900e4dd90dafb8b2f3ac400dbe57042d4c05e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 27 Jul 2006 20:13:17 +0000 Subject: Expire virusprot table every hour. Ticket #1053 --- etc/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/crontab b/etc/crontab index f866b96..490815b 100644 --- a/etc/crontab +++ b/etc/crontab @@ -8,3 +8,4 @@ HOME=/var/log */60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout 1 1 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update */5 * * * * root /usr/bin/nice -n20 /etc/ping_hosts.sh +*/60 * * * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot -- cgit v1.1