1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/mail/popd/files/patch-popd.8
Sheldon Hearn 3f8a2a7acc Add patches that:
1) Lower the syslog priority of various messages so that only serious
   application problems are sent to /var/log/messages and the console
   using the standard syslog.conf.

2) Log successful login attempts to that POP-before-SMTP log watchers
   can make use of popd's syslog output.

The author has already agreed to incorporate these patches, but will
probably not roll a new release just for this.
2001-05-30 08:49:32 +00:00

24 lines
500 B
Groff

--- popd.8 2001/04/09 12:16:39 1.16
+++ popd.8 2001/05/30 08:36:04
@@ -538,6 +538,20 @@
Exit status as defined in
.Xr sysexits 3
are returned.
+.Pp
+.Nm
+reports status messages, warnings and errors via
+.Xr syslog 3
+using the
+.Dv LOG_DAEMON
+facility.
+Warnings and errors are logged using the
+.Dv LOG_NOTICE
+and
+.Dv LOG_CRIT
+priorities,
+while connections, authentication and sessions are logged at
+.Dv LOG_INFO .
.Sh HISTORY
.Nm
was originally written for UUNET South Africa in 1999.