blob: 102a7f802220e4d941c308de8b5d026c58ee0474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/proftpd.8.orig Wed Jul 5 23:13:50 2000
+++ src/proftpd.8 Fri Jul 28 10:54:41 2000
@@ -22,6 +22,12 @@
connection to the FTP service is made, or alternatively it can be run as a
stand-alone 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
|