From 6e90fbd7cbc53afa082f37a69ffe5aee40621aa4 Mon Sep 17 00:00:00 2001 From: avg Date: Thu, 11 Jun 2009 15:07:02 +0000 Subject: 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(+) (limited to 'etc') diff --git a/etc/syslog.conf b/etc/syslog.conf index c91070a3..be96831 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 +!* -- cgit v1.1