diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-28 18:24:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-28 18:24:42 +0000 |
commit | d202014bab99ed331ff638bd4e369b8efda94554 (patch) | |
tree | e05a25e2203d194db566407a857897e8116c20ac /etc/crontab | |
parent | 044f88c1a47a4c3f9b64e71d843577135b15b625 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index 0bf38be3aa1..085bd54ea44 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,5 +1,7 @@ +# $OpenBSD: crontab,v 1.2 1996/03/28 18:24:33 niklas Exp $ +# $NetBSD: crontab,v 1.10 1996/02/18 12:08:26 mycroft Exp $ +# # /var/cron/tabs/root - root's crontab for NetBSD -# $Id: crontab,v 1.1 1995/10/18 08:37:56 deraadt Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin @@ -7,7 +9,7 @@ HOME=/var/log # #minute hour mday month wday command # -0-59/10 * * * * /usr/libexec/atrun +*/10 * * * * /usr/libexec/atrun # # rotate log files every hour, if necessary 0 * * * * /usr/bin/newsyslog |