diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-01-08 15:07:43 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-01-08 15:07:43 +0000 |
| commit | 856dbbe55c6e986c6627f265282ada8bc41d3308 (patch) | |
| tree | 1ff4c7ea282977659a56a983bd5e888f92719aec /etc/crontab | |
| parent | af60ea293c6b62b2f638cd9c9e68766fb2f71f9a (diff) | |
Notes
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 6e6b9770f180..6fbba84193bb 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /var/cron/tabs/root - root's crontab for FreeBSD # -# $Id: crontab,v 1.2 1993/07/19 19:08:04 rgrimes Exp $ +# $Id: crontab,v 1.3 1994/01/04 17:50:25 ache Exp $ # From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp # SHELL=/bin/sh @@ -9,7 +9,7 @@ HOME=/var/log # #minute hour mday month wday command # -#0/15 * * * * /usr/libexec/atrun +0/5 * * * * /usr/libexec/atrun # # rotate log files every hour, if necessary #0 * * * * /usr/bin/newsyslog |
