diff options
author | Michael Weber <xmw@gentoo.org> | 2011-06-17 00:46:31 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-06-17 00:46:31 +0000 |
commit | bfa1d7e6a8de5de7cd2cac9431e2bc2a3dd05540 (patch) | |
tree | 321e82952b51c2eabc38f775d3632a597090c5a3 /net-ftp/oftpd | |
parent | Fix conf.d file (diff) | |
download | gentoo-2-bfa1d7e6a8de5de7cd2cac9431e2bc2a3dd05540.tar.gz gentoo-2-bfa1d7e6a8de5de7cd2cac9431e2bc2a3dd05540.tar.bz2 gentoo-2-bfa1d7e6a8de5de7cd2cac9431e2bc2a3dd05540.zip |
Fix conf.d file
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/oftpd')
-rw-r--r-- | net-ftp/oftpd/files/conf.d.oftpd-r7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/oftpd/files/conf.d.oftpd-r7 b/net-ftp/oftpd/files/conf.d.oftpd-r7 index 4525e6bc29a8..bc9208386ccc 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} ${FTPROOT}" |