summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2011-06-17 00:35:32 +0000
committerMichael Weber <xmw@gentoo.org>2011-06-17 00:35:32 +0000
commit883db4a8b4287b40d508d5e387a48b2f92cb83d3 (patch)
tree0a2290720580b747b6863574a1ed086a4e8b4f37 /net-ftp/oftpd/files/conf.d.oftpd-r7
parentStable for HPPA (bug #370997). (diff)
downloadgentoo-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-r720
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}"