On Sun, 17 Aug 2003, Brian Auty wrote: > Can someone help me out with logrotate configuration. I've emerged > logrotate, but I don't understand how to configure it.
'man logrotate' has some detailed info. But in a nutshell, logrotate looks at /etc/logrotate.conf, which includes all files in /etc/logrotate.d. You can set defaults and override them in the settings for certain files, or have no defaults and explicitly state everything for each file. In order for logrotate to work, it should be called in cron.daily. If you have specific questions, I can try to answer them. -- Caution: product will be hot after heating -- [EMAIL PROTECTED] mailing list
