diff options
-rw-r--r-- | net-ftp/oftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/oftpd/files/conf.d.oftpd-r7 | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog index ecb0f5b7136b..41d97752b95e 100644 --- a/net-ftp/oftpd/ChangeLog +++ b/net-ftp/oftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/oftpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.30 2011/06/17 00:35:32 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.31 2011/06/17 00:39:45 xmw Exp $ + + 17 Jun 2011; Michael Weber <xmw@gentoo.org> files/conf.d.oftpd-r7: + Fix conf.d file *oftpd-0.3.7-r7 (17 Jun 2011) diff --git a/net-ftp/oftpd/files/conf.d.oftpd-r7 b/net-ftp/oftpd/files/conf.d.oftpd-r7 index 81cd2a5903ed..4525e6bc29a8 100644 --- a/net-ftp/oftpd/files/conf.d.oftpd-r7 +++ b/net-ftp/oftpd/files/conf.d.oftpd-r7 @@ -17,4 +17,4 @@ FTPROOT=/home/ftp FTPPORT=21 ## Uncoment this line to activate oftpd service -OFTPD_OPTS="-p ${FTPPORT} ${FTPUSER} ${FTPPORT}" +#OFTPD_OPTS="-p ${FTPPORT} ${FTPUSER} ${FTPPORT}" |