summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-08-13 06:12:05 +0000
committerpst <pst@FreeBSD.org>1997-08-13 06:12:05 +0000
commit77f8fc2dc8a4b898c69e145ecb5c0e72aab05968 (patch)
treeb369288dd8158e756079707de9f6dfae795dc813 /etc/crontab
parent717eb2339db5f2791c2a4b6bd9b686aa22859d58 (diff)
downloadFreeBSD-src-77f8fc2dc8a4b898c69e145ecb5c0e72aab05968.zip
FreeBSD-src-77f8fc2dc8a4b898c69e145ecb5c0e72aab05968.tar.gz
Make the cutover to periodic and cron.d as discussed to death on committers
for the past week.
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/crontab b/etc/crontab
index 152634b..7906ead 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,6 +1,6 @@
# /etc/crontab - root's crontab for FreeBSD
#
-# $Id$
+# $Id: crontab,v 1.16 1997/02/23 09:20:40 peter Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
@@ -11,14 +11,14 @@ HOME=/var/log
*/5 * * * * root /usr/libexec/atrun
#
# rotate log files every hour, if necessary
-0 * * * * root /usr/sbin/newsyslog
+0 * * * * root newsyslog
#
# do daily/weekly/monthly maintenance
-0 2 * * * root /etc/daily 2>&1 | sendmail root
-30 3 * * 6 root /etc/weekly 2>&1 | sendmail root
-30 5 1 * * root /etc/monthly 2>&1 | sendmail root
+0 2 * * * root periodic daily 2>&1 | sendmail root
+30 3 * * 6 root periodic weekly 2>&1 | sendmail root
+30 5 1 * * root periodic monthly 2>&1 | sendmail root
#
# 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 /sbin/adjkerntz -a
+1,31 0-4 * * * root adjkerntz -a
OpenPOWER on IntegriCloud