aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-05-30 16:49:32 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-05-30 16:49:32 +0800
commit2e66feadd1b61e5606ea1205449d4eecfcaac7bd (patch)
tree4edd89a450ae0d0d44ad5fe8ca0b28457d6e1f2a /mail
parent7098339c867c9f5b60d896de0cdd9a95df1dfdf4 (diff)
downloadfreebsd-ports-gnome-2e66feadd1b61e5606ea1205449d4eecfcaac7bd.tar.gz
freebsd-ports-gnome-2e66feadd1b61e5606ea1205449d4eecfcaac7bd.tar.zst
freebsd-ports-gnome-2e66feadd1b61e5606ea1205449d4eecfcaac7bd.zip
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.
Diffstat (limited to 'mail')
-rw-r--r--mail/popd/files/patch-popd.823
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/popd/files/patch-popd.8 b/mail/popd/files/patch-popd.8
new file mode 100644
index 000000000000..30f94acc8100
--- /dev/null
+++ b/mail/popd/files/patch-popd.8
@@ -0,0 +1,23 @@
+--- 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.