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)
This commit is contained in:
Andriy Gapon 2009-06-11 15:07:02 +00:00
parent a13c655c64
commit 44672a2966
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194005

View File

@ -28,3 +28,4 @@ cron.* /var/log/cron
# news.notice /var/log/news/news.notice
!ppp
*.* /var/log/ppp.log
!*