diff options
| author | mycroft <mycroft@NetBSD.org> | 1996-02-18 12:08:26 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1996-02-18 12:08:26 +0000 |
| commit | d02ff090d027047447abaf78010f63f36cbee45a (patch) | |
| tree | a5aa8f8b914e1f033052ddf16c8a5f8f5b02033e | |
| parent | aa58cf932054eed22a3fb1e4c0c13ab4b18d95e3 (diff) | |
0-59/10 -> */10
| -rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index f10926a7405..f5258c179d9 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,4 +1,4 @@ -# $NetBSD: crontab,v 1.9 1995/12/17 02:01:10 thorpej Exp $ +# $NetBSD: crontab,v 1.10 1996/02/18 12:08:26 mycroft Exp $ # # /var/cron/tabs/root - root's crontab for NetBSD # @@ -8,7 +8,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 |
