From 6dd0f56c955a9ca88908d0d6630018e0a51ceb50 Mon Sep 17 00:00:00 2001 From: beck <> Date: Tue, 27 Feb 2007 16:04:16 +0000 Subject: [PATCH] spamd-setup now doesn't take -g - this is the new default. noticed by jmc@ --- src/etc/crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/crontab b/src/etc/crontab index 66c6a3f6..6e8c8e8b 100644 --- a/src/etc/crontab +++ b/src/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.14 2007/02/24 19:30:59 millert Exp $ +# $OpenBSD: crontab,v 1.15 2007/02/27 16:04:16 beck Exp $ # # /var/cron/tabs/root - root's crontab # @@ -20,4 +20,4 @@ HOME=/var/log 30 1 * * * umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root 30 3 * * 6 umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root 30 5 1 * * umask 077; /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root -#0 * * * * /usr/libexec/spamd-setup -g +#0 * * * * /usr/libexec/spamd-setup