#!/bin/bash #Copyright 2002 William Stearns #Released under the GPL. #Place this in /etc/cron.daily and /etc/cron.weekly in all the UML's #The first thing they'll do every daily and weekly cron run is sleep an #average of half an hour, so they all don't run updatedb at the same #time sleep $[ $RANDOM / 8 ]