blob: 9578f30ec3b3a1adbe3a5e33f944fbb7df9a7bc1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/proftpd.8.in.orig Sat Sep 18 07:40:30 2004
+++ src/proftpd.8.in Thu Nov 3 15:35:56 2005
@@ -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
|