From 7d8fb5f3a34cb6c45b5b41df8c965f41bbb2a9c4 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Tue, 14 Sep 2004 04:14:37 +0000 Subject: Fixes for syslog-ng.conf git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4168 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/syslogng.xml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'chapter06') diff --git a/chapter06/syslogng.xml b/chapter06/syslogng.xml index 9be032d39..0a46c4fe7 100644 --- a/chapter06/syslogng.xml +++ b/chapter06/syslogng.xml @@ -98,8 +98,7 @@ filter f_lpr { facility(lpr); }; filter f_mail { facility(mail); }; filter f_news { facility(news); }; filter f_user { facility(user); }; -filter f_uucp { facility(cron); }; -filter f_news { facility(news); }; +filter f_uucp { facility(uucp); }; filter f_debug { not facility(auth, authpriv, news, mail); }; filter f_messages { level(info..warn) and not facility(auth, authpriv, mail, news); }; filter f_everything { level(debug..emerg) and not facility(auth, authpriv); }; @@ -132,7 +131,6 @@ EOF - Contents of Syslog-ng @@ -140,29 +138,20 @@ EOF Unchecked - -- cgit v1.2.3-54-g00ecf