Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2009 09:07:40 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r194945 - stable/7/usr.sbin/syslogd
Message-ID:  <200906250907.n5P97eAp045694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Thu Jun 25 09:07:40 2009
New Revision: 194945
URL: http://svn.freebsd.org/changeset/base/194945

Log:
  MFC r194037: syslog.conf(5): correct example

Modified:
  stable/7/usr.sbin/syslogd/   (props changed)
  stable/7/usr.sbin/syslogd/syslog.conf.5

Modified: stable/7/usr.sbin/syslogd/syslog.conf.5
==============================================================================
--- stable/7/usr.sbin/syslogd/syslog.conf.5	Thu Jun 25 08:52:20 2009	(r194944)
+++ stable/7/usr.sbin/syslogd/syslog.conf.5	Thu Jun 25 09:07:40 2009	(r194945)
@@ -476,16 +476,16 @@ uucp,news.crit						/var/log/spoolerr
 # Pipe all authentication messages to a filter.
 auth.*					|exec /usr/local/sbin/authfilter
 
-# Save ftpd transactions along with mail and news
-!ftpd
-*.*							/var/log/spoolerr
-
 # Log all security messages to a separate file.
 security.*						/var/log/security
 
 # Log all writes to /dev/console to a separate file.
 console.*						/var/log/console.log
 
+# Save ftpd transactions along with mail and news
+!ftpd
+*.*							/var/log/spoolerr
+
 # Log ipfw messages without syncing after every message.
 !ipfw
 *.*							-/var/log/ipfw



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