Re: cron
Michele Dalla Silvestra wrote:
>
> On Tue, Sep 04, 2001 at 10:21:31AM +0200, Fulvio Baiocchi wrote:
> > Ciao,
> > vorrei un'informazione, forse un pò OT.
> > Ho inserito uno script in /etc/cron.daily che esegue calamaris
...
> > dovrebbe essere eseguito prima di logrotate, ma puntualmente
> Prova a rinominarlo in 0lan-log, oppure prova a vedere l'ordine effettivo
> dei file con un "ls -U".
manuale cron(8):
/etc/cron.{daily,weekly,monthly} directories allow to add
a crontab file to /etc/cron.d. Such files should be named
after the package that supplies them. Files must conform
to the same naming convention as used by run-parts(8):
they must consist solely of upper- and lower-case letters,
digits, underscores, and hyphens.
quindi:
/etc/cron.daily# run-parts --test .
per verificare l'ordine effettivo d'esecuzione.
Ciao Guido.
--
|Guido Bozzetto|Office ph./fax:+39 0432 477588/486157|
| \/ I |E-mail: :-) mailto:Nauta@G-B.it| Il puâr content
| OO like |Web: http://www.e-company.it/gb/| al è avonde siôr
+ -- Linux -- +-- GTN SpA http://www.gtngroup.it/ --+
Reply to:
- References:
- cron
- From: "Fulvio Baiocchi" <fulvio.baiocchi@medimatica.com>
- Re: cron
- From: Michele Dalla Silvestra <dalla@keycomm.it>