Richard Broersma Jr wrote:

>I was wondering if anyone could point me to the conf file to turn on log 
>rotation for my
>emerge.log.
>
>Regards,
>
>Richard Broersma Jr.
>  
>

I use logrotate and it is here.

/etc/logrotate.d

Here is a sample of the file:

> /var/log/http-replicator.log {
>     size 10k
>     missingok
>     copytruncate
>     compress
> }


That is for http-replicator and the file is named the same.  I guess the
name doesn't matter really.

I'm not sure but I think you need a cron job to run it to.  Not real sure.

Hope that helps.

Dale
:-)
-- 
gentoo-user@gentoo.org mailing list

Reply via email to