James G. Sack (jim) wrote:

> The run-parts utility (a script in /usr/bin/) is a really neat idea.
> All
> you have to do is dump executables (usually scripts) in one/more of
>
>   /etc/cron.hourly/
>   /etc/cron.daily/
>   /etc/cron.weekly/
>   /etc/cron.monthly/

SuSE does the same things, but they use a different script 
/usr/lib/cron/run-crons

#!/bin/bash
#
# /usr/lib/cron/run-crons
#
# Copyright (c) 1998-2001 SuSE GmbH Nuernberg, Germany. All rights
reserved.
#
# this script looks into /etc/cron.{hourly,daily,weekly,monthly} for
# scripts to be executed.  The info about last run is stored in
# /var/spool/cron/lastrun
#
# concept similar to debian and redhat
#

-- 
Neil Schneider                              pacneil_at_linuxgeek_dot_net
                                           http://www.paccomp.com
Key fingerprint = 67F0 E493 FCC0 0A8C 769B  8209 32D7 1DB1 8460 C47D
"When the politicians complain that TV turns the proceedings into a
circus, it should be made clear that the circus was already here,
and that TV has merely demonstrated that not all the performers are
well trained." - Edward R. Murrow



-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to