diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2009-06-25 09:07:40 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2009-06-25 09:07:40 +0000 |
| commit | 52ec6948629a07d82e5fd49db2edc7b17c539ee0 (patch) | |
| tree | f1525c38f565f48bcb60c25bf3a6c069fed42c80 /usr.sbin/syslogd | |
| parent | c93ebdec7bbd0d6c689edf5f66ed1addb97b2617 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/syslogd')
| -rw-r--r-- | usr.sbin/syslogd/syslog.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5 index d85e73f3266c..42f35a951007 100644 --- a/usr.sbin/syslogd/syslog.conf.5 +++ b/usr.sbin/syslogd/syslog.conf.5 @@ -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 |
