Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 15:07:02 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194005 - head/etc
Message-ID:  <200906111507.n5BF72IH050955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+!*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111507.n5BF72IH050955>