diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-27 01:30:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-12-27 01:30:20 +0000 |
commit | 8b43b7e3f6383aaa257062862a2b7cf2fb90366c (patch) | |
tree | f24734f2c5de0522ec4a7ab5dd534fd6ed38fa97 /etc/crontab | |
parent | 5ffd26186ae83b45bdc1c3f76ec39a38711cecca (diff) |
spamd startup stuff
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/crontab b/etc/crontab index eba918ef1f2..9a4c7ba8a40 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.10 2002/07/15 19:13:28 millert Exp $ +# $OpenBSD: crontab,v 1.11 2002/12/27 01:30:19 deraadt Exp $ # # /var/cron/tabs/root - root's crontab # @@ -20,3 +20,4 @@ HOME=/var/log 30 1 * * * /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root 30 3 * * 6 /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root 30 5 1 * * /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root +#*/4 * * * * /usr/libexec/spamd-setup -s |