blob: 210e630b9553e65021952ff17e2498f0fe166fff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/proftpd.8.orig Sun Feb 21 16:26:21 1999
+++ src/proftpd.8 Sun Feb 21 16:28:31 1999
@@ -21,6 +21,12 @@
may be invoked by the Internet "super-server" inetd(8) each time a
connection to the FTP service is made, or alternatively it can be run as a
stand-alone daemon.
+.br
+.PP
+Each successful and failed ftp(1) session is logged using syslog with a
+facility of LOG_FTP. Note: LOG_FTP messages are not displayed
+by syslogd(8) by default, and may have to be enabled in syslogd(8)'s
+configuration file.
When
.B proftpd
|