b3bd41b768
Mon Aug 07 2000 Bill Nottingham <notting@redhat.com> - put name of script in output of stuff run by run-parts (#12411) Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jun 06 2000 Bill Nottingham <notting@redhat.com> - rebuild Fri Aug 27 1999 Jeff Johnson <jbj@redhat.com> - don't run *~ or *, files (#4740). Thu Apr 15 1999 Bill Nottingham <notting@redhat.com> - don't run .rpm{save,new,orig} files (bug #2190) Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 5) Mon Nov 30 1998 Bill Nottingham <notting@redhat.com> - crontab: set HOME=/ Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com> - run-parts: skip sub-directories (e.g. CVS) found instead of complaining Fri Apr 24 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Tue Apr 07 1998 Erik Troan <ewt@redhat.com> - moved crontab jobs up a bit to make sure they aren't confused by switching to and fro daylight savings time Fri Oct 24 1997 Erik Troan <ewt@redhat.com> - removed tmpwatch and at entries Thu Jul 31 1997 Erik Troan <ewt@redhat.com> - made a noarch package
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
SHELL=/bin/bash
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
MAILTO=root
|
|
HOME=/
|
|
|
|
# run-parts
|
|
01 * * * * root run-parts /etc/cron.hourly
|
|
02 4 * * * root run-parts /etc/cron.daily
|
|
22 4 * * 0 root run-parts /etc/cron.weekly
|
|
42 4 1 * * root run-parts /etc/cron.monthly
|