Christopher Allen wrote:
> *My* logrotate just started going nuts about a week ago. I'm running
> Mandrake 7.1. Gotta go to Debian or Slack soon.
First, do this.
killall logrotate
edit /etc/logrotate.d/syslog and comment out the lines
that refer to /var/log/mail/* and /var/log/news/*, including
the following lines through the closing brace.
chkconfig sendmail off # some systems have sendmail,
chkconfig postfix off # some systems have postfix. (Why?)
chkconfig nntpd off
rm -f /var/log/mail/*
rm -f /var/log/news/*
--
K<bob>
[EMAIL PROTECTED], http://www.jogger-egg.com/