From 44672a2966f60461312413747d1b2bb9a7fa198f Mon Sep 17 00:00:00 2001 From: Andriy Gapon Date: Thu, 11 Jun 2009 15:07:02 +0000 Subject: [PATCH] syslog.conf: pop up from logging only ppp messages at the end of file This allows to append custom rules at the end of the file without risk of confusion that can result when one misses default !ppp line and doesn't add another program specification and thus subsequent selector(s) would belong to ppp program block. Requested by: marck Submitted by: marck Approved by: jhb (mentor) --- etc/syslog.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/syslog.conf b/etc/syslog.conf index c91070a3b180..be96831d254c 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -28,3 +28,4 @@ cron.* /var/log/cron # news.notice /var/log/news/news.notice !ppp *.* /var/log/ppp.log +!*