net-ftp/oftpd: bump to gentoo's latest conf file

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2671 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-11-06 07:13:20 +00:00
parent 6fe85224e9
commit c5c648567d
5 changed files with 10 additions and 34 deletions

View File

@@ -0,0 +1,17 @@
# 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)
# 22 is the standard ftp port, but you can change it here to something else
FTPPORT=22