The original posting was
> Hello Managers,
>
> Currently syslogd creates a "date" directory in syslog.dated at each reboot
> and creates a new directory 24 hours later.
>
> Could it be possible to indicate somewhere that the following directories
> should not be created 24 hours later but at 0:00:00 each day ?
>
> Thanks,
>
> Daniel
I've got already several answers, so thank you to everyone.
The suggestion is to put the following line in the root crontab :
00 0 * * * kill -HUP `cat /var/run/syslog.pid`
Thank you once more for the speed...
Daniel
Received on Mon Jan 31 2000 - 08:09:13 NZDT