On Fri, 10 Nov 2000, Lee Howard wrote:

> Here's the problem line:
> 
> *.info;mail.none;news.none;authpriv.none                /var/log/messages
> 
> How do I change that *.info to not include kern=.info ?
> 
> Thanks.
> 
> Lee.
> 
> 
Try changing it to:
*.info;kern.!=info;mail.none;news.none;authpriv.none    /var/log/messages
or
*.info;kern.=!info;mail.none;news.none;authpriv.none    /var/log/messages

I don't remember what format works != or =!, but one or maybe both work.
Just don't forget to restart syslogd after changing the config file.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to