blob: 30f94acc8100c674381f98fc993a4410aa5a9a97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.
|