diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-30 09:17:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-30 09:17:25 +0000 |
commit | 76ee2baecfeca1682e6f50db4d38be1a144201b5 (patch) | |
tree | c7c1d7ed16ed5b03821f193ed539ec46b704e55e | |
parent | 219443164fc61f5aa2ab9acbf8fe275330c6e28f (diff) |
Notes
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index 7906eadd5875..375b7e147134 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,6 +1,6 @@ # /etc/crontab - root's crontab for FreeBSD # -# $Id: crontab,v 1.16 1997/02/23 09:20:40 peter Exp $ +# $Id: crontab,v 1.17 1997/08/13 06:12:03 pst Exp $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin @@ -21,4 +21,4 @@ HOME=/var/log # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. -1,31 0-4 * * * root adjkerntz -a +1,31 0-5 * * * root adjkerntz -a |