diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-05-30 08:49:32 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-05-30 08:49:32 +0000 |
commit | 3f8a2a7acc5b942d937352cbf0511d7f1b28eb69 (patch) | |
tree | a9b2c52b64979306948dd5fec415ee2c20531bdb /mail/popd/files/patch-popd.8 | |
parent | Update to Samba 2.0.9. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=43306
Diffstat (limited to '')
-rw-r--r-- | mail/popd/files/patch-popd.8 | 23 |
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. |