svn commit: r194005 - head/etc

Andriy Gapon avg at FreeBSD.org
Thu Jun 11 15:07:03 UTC 2009


Author: avg
Date: Thu Jun 11 15:07:02 2009
New Revision: 194005
URL: http://svn.freebsd.org/changeset/base/194005

Log:
  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)

Modified:
  head/etc/syslog.conf

Modified: head/etc/syslog.conf
==============================================================================
--- head/etc/syslog.conf	Thu Jun 11 14:44:10 2009	(r194004)
+++ head/etc/syslog.conf	Thu Jun 11 15:07:02 2009	(r194005)
@@ -28,3 +28,4 @@ cron.*						/var/log/cron
 # news.notice					/var/log/news/news.notice
 !ppp
 *.*						/var/log/ppp.log
+!*


More information about the svn-src-head mailing list