# HG changeset patch # User tomas klacko - Sun Microsystems - Prague Czech Republic # Date 1331897732 25200 # Node ID f937f3125d66195e1ef2c9b98b83c74710ffa327 # Parent fe1543b7904ab69b1027b2ce7daf7cd5d7390664 7131381 proftpd(8)'s manual pages are not entirely correct 7147305 proftpd should be configured by default to display /etc/issue diff -r fe1543b7904a -r f937f3125d66 components/proftpd/patches/proftpd-manpage.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/proftpd/patches/proftpd-manpage.patch Fri Mar 16 04:35:32 2012 -0700 @@ -0,0 +1,17 @@ +--- a/src/proftpd.8.in ++++ b/src/proftpd.8.in +@@ -100,10 +100,12 @@ This is enabled by default, if the \fB--enable-ipv6\fP configure option is + used. + .SH FILES + .PD 0 +-.B @SBINDIR@/proftpd ++.B /usr/lib/inet/proftpd + .br + .B @SYSCONFDIR@/proftpd.conf + .br ++.B @SYSCONFDIR@/ftpusers ++.br + .B @BINDIR@/ftpwho + .br + .B @BINDIR@/ftpcount + diff -r fe1543b7904a -r f937f3125d66 components/proftpd/proftpd.conf --- a/components/proftpd/proftpd.conf Thu Mar 15 13:15:16 2012 -0700 +++ b/components/proftpd/proftpd.conf Fri Mar 16 04:35:32 2012 -0700 @@ -35,3 +35,5 @@ # Root login must be enabled explicitly. It is not permitted by default. # Allow it only if you know what you are doing. #RootLogin on + +DisplayConnect /etc/issue