diff options
author | 2011-06-17 00:35:32 +0000 | |
---|---|---|
committer | 2011-06-17 00:35:32 +0000 | |
commit | 883db4a8b4287b40d508d5e387a48b2f92cb83d3 (patch) | |
tree | 0a2290720580b747b6863574a1ed086a4e8b4f37 /net-ftp/oftpd/files/conf.d.oftpd-r7 | |
parent | Stable for HPPA (bug #370997). (diff) | |
download | gentoo-2-883db4a8b4287b40d508d5e387a48b2f92cb83d3.tar.gz gentoo-2-883db4a8b4287b40d508d5e387a48b2f92cb83d3.tar.bz2 gentoo-2-883db4a8b4287b40d508d5e387a48b2f92cb83d3.zip |
Revision bump, improvements in the conf.d file
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/oftpd/files/conf.d.oftpd-r7')
-rw-r--r-- | net-ftp/oftpd/files/conf.d.oftpd-r7 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-ftp/oftpd/files/conf.d.oftpd-r7 b/net-ftp/oftpd/files/conf.d.oftpd-r7 new file mode 100644 index 000000000000..81cd2a5903ed --- /dev/null +++ b/net-ftp/oftpd/files/conf.d.oftpd-r7 @@ -0,0 +1,20 @@ +# Please read the oftpd(8) man page for a more detailed explaination of these +# variables. +# +# FTPUSER (user-name in the man page): +# Set this variable to the user to run the ftp daemon as +FTPUSER=ftp + +# FTPROOT (root-directory in the man page): +# The server uses chroot(2) to change the root directory of the server to this +# directory. When a user connects, this is the directory that they will start +# in, and is the top of their directory tree. +# +FTPROOT=/home/ftp + +# FTPPORT (TCP port) +# 21 is the standard ftp port, but you can change it here to something else +FTPPORT=21 + +## Uncoment this line to activate oftpd service +OFTPD_OPTS="-p ${FTPPORT} ${FTPUSER} ${FTPPORT}" |