Where Are All These Files Located?

2006-09-04 Thread Ted Johnson
Hi; In installing logcheck, I read the following information: BSD and FreeBSD: You should go to the /etc directory and edit the /etc/daily, /etc/weekly, and /etc/monthly scripts and change the 'rotate()' script function to change the log permissions on rotation. Simply change the line:

Where Are All These Files Located?

2006-09-04 Thread Robert Huff
Ted Johnson writes: BSD and FreeBSD: You should go to the /etc directory and edit the /etc/daily, /etc/weekly, and /etc/monthly scripts and change the 'rotate()' script function to change the log permissions on rotation. find -x / -name daily should give you the answer.

Re: Where Are All These Files Located?

2006-09-04 Thread Ted Johnson
Robert Huff [EMAIL PROTECTED] wrote: Ted Johnson writes: BSD and FreeBSD: You should go to the /etc directory and edit the /etc/daily, /etc/weekly, and /etc/monthly scripts and change the 'rotate()' script function to change the log permissions on rotation. find -x / -name daily

Re: Where Are All These Files Located?

2006-09-04 Thread pauls
--On September 4, 2006 9:42:25 AM -0700 Ted Johnson [EMAIL PROTECTED] wrote: Hi; In installing logcheck, I read the following information: BSD and FreeBSD: You should go to the /etc directory and edit the /etc/daily, /etc/weekly, and /etc/monthly scripts and change the 'rotate()' script

Re: Where Are All These Files Located?

2006-09-04 Thread Matthew Seaman
Ted Johnson wrote: Robert Huff [EMAIL PROTECTED] wrote: Ted Johnson writes: BSD and FreeBSD: You should go to the /etc directory and edit the /etc/daily, /etc/weekly, and /etc/monthly scripts and change the 'rotate()' script function to change the log permissions on rotation.