diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /etc/crontab | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Release FreeBSD 1.1upstream/1.1.0_cvsrelease/1.1.0_cvs
This commit was manufactured to restore the state of the 1.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'etc/crontab')
| -rw-r--r-- | etc/crontab | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/etc/crontab b/etc/crontab index bec112a825d8..a68a42083960 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,20 +1,25 @@ -# /var/cron/tabs/root - root's crontab for FreeBSD +# /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.2 1993/07/19 19:08:04 rgrimes Exp $ +# $Id: crontab,v 1.5.2.1 1994/04/15 17:46:56 sean Exp $ # From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log # -#minute hour mday month wday command +#minute hour mday month wday who command # -#0/15 * * * * /usr/libexec/atrun +*/5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary -#0 * * * * /usr/bin/newsyslog +#0 * * * * root /usr/bin/newsyslog # # do daily/weekly/monthly maintenance -0 2 * * * /etc/daily -30 3 * * 6 /etc/weekly -30 5 1 * * /etc/monthly +0 2 * * * root /etc/daily +30 3 * * 6 root /etc/weekly +30 5 1 * * root /etc/monthly +# +# time zone change adjustment for wall cmos clock, +# does nothing, if you have UTC cmos clock. +# See adjkerntz(8) for details. +0 3 * * * root /sbin/adjkerntz -a |
