diff options
Diffstat (limited to 'ftp/proftpd/files/proftpd.8.in')
-rw-r--r-- | ftp/proftpd/files/proftpd.8.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/proftpd/files/proftpd.8.in b/ftp/proftpd/files/proftpd.8.in new file mode 100644 index 000000000000..9578f30ec3b3 --- /dev/null +++ b/ftp/proftpd/files/proftpd.8.in @@ -0,0 +1,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 |