blob: 87c4b028f886ba392679fbbb7fae382c56adcae3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/proftpd.8.in.orig Thu May 13 23:37:05 2004
+++ src/proftpd.8.in Thu May 13 23:37:55 2004
@@ -22,6 +22,12 @@
connection to the FTP service is made, or alternatively it can be run as a
standalone daemon.
.PP
+.br
+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.
+.PP
When
.B proftpd
is run in standalone mode and it receives a SIGHUP then it will reread its
|