On Thu, Jun 10, 2004 at 04:38:20PM -0400, Tom Diehl wrote: > No cron.daily runs at 04:02 daily not necessarily freshclam. The jobs are > executed in alphanumeric order depending on your locale and sort order. > The other variable is the number of jobs and the length of time they run. > I do not think it is that big of a deal. If it really bothers you mv the > time cron.daily executes. Or, make a "0000sleep" in cron.daily that looks like this #!/bin/bash sleep $(( $RANDOM % 3600 )) -- Matthew Miller mattdm@xxxxxxxxxx <http://www.mattdm.org/> Boston University Linux ------> <http://linux.bu.edu/>