summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2000-12-29 14:38:45 +0000
committerangelos <angelos@openbsd.org>2000-12-29 14:38:45 +0000
commit6180344a7c2d7dfb42ee3333e943ea73189cb91a (patch)
tree3b1866bbc98be913ecc8c61325323937316734b0
parentIf no LEASE_TIME was received from the server, use the (diff)
downloadwireguard-openbsd-6180344a7c2d7dfb42ee3333e943ea73189cb91a.tar.xz
wireguard-openbsd-6180344a7c2d7dfb42ee3333e943ea73189cb91a.zip
newsyslog/newsyslog -m shouldn't conflict in scheduling.
-rw-r--r--etc/crontab4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab
index b4d1bb510d4..66b10c593c6 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,4 +1,4 @@
-# $OpenBSD: crontab,v 1.7 1997/08/18 06:12:51 deraadt Exp $
+# $OpenBSD: crontab,v 1.8 2000/12/29 14:38:45 angelos Exp $
#
# /var/cron/tabs/root - root's crontab
#
@@ -13,7 +13,7 @@ HOME=/var/log
# rotate log files every hour, if necessary
0 * * * * /usr/bin/newsyslog
# send log file notifications, if necessary
-#*/1 * * * * /usr/bin/newsyslog -m
+#1-59 * * * * /usr/bin/newsyslog -m
#
# do daily/weekly/monthly maintenance
30 1 * * * /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root