svn commit: r194945 - stable/7/usr.sbin/syslogd

Andriy Gapon avg at FreeBSD.org
Thu Jun 25 09:07:41 UTC 2009


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


More information about the svn-src-stable mailing list