Skip to content

Commit

Permalink
Make the cutover to periodic and cron.d as discussed to death on comm…
Browse files Browse the repository at this point in the history
…itters

for the past week.
  • Loading branch information
pst authored and pst committed Aug 13, 1997
1 parent 717eb23 commit 77f8fc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 275 deletions.
12 changes: 6 additions & 6 deletions etc/crontab
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
173 changes: 0 additions & 173 deletions etc/daily

This file was deleted.

18 changes: 0 additions & 18 deletions etc/monthly

This file was deleted.

78 changes: 0 additions & 78 deletions etc/weekly

This file was deleted.

0 comments on commit 77f8fc2

Please sign in to comment.