diff options
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index 42dca9b2e21..f32cd8c36d8 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,4 @@ -# $OpenBSD: crontab,v 1.19 2013/10/19 15:26:06 halex Exp $ +# $OpenBSD: crontab,v 1.20 2014/03/12 18:21:34 tedu Exp $ # # /var/cron/tabs/root - root's crontab # @@ -9,7 +9,7 @@ HOME=/var/log #minute hour mday month wday command # # sendmail clientmqueue runner -*/30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q +#*/30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q # # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog |