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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to