--- syslog-ng.conf.gentoo.hardened 2006-07-09 18:38:19.000000000 -0400 +++ syslog-ng.conf.gentoo.hardened-nouucpbug 2006-07-12 16:36:07.000000000 -0400 @@ -53,7 +53,7 @@ filter f_lpr { facility(lpr); }; filter f_mail { facility(mail); }; filter f_user { facility(user); }; -filter f_uucp { facility(cron); }; +filter f_uucp { facility(uucp); }; #filter f_ppp { facility(ppp); }; filter f_news { facility(news); }; filter f_debug { not facility(auth, authpriv, news, mail); };