summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <smitdane@gmail.com>2010-08-20 07:32:31 -0400
committerDane Smith <smitdane@gmail.com>2010-08-20 07:32:31 -0400
commit21a3679a4e479acd2045d6a06265ca5576415bea (patch)
treed4b5d8db5ed39a6d0f8b2470a92377f1d6fc58e3 /net-ftp/vsftpd/files/vsftpd.xinetd
parentDang thing (diff)
downloadsmithdanea-21a3679a4e479acd2045d6a06265ca5576415bea.tar.gz
smithdanea-21a3679a4e479acd2045d6a06265ca5576415bea.tar.bz2
smithdanea-21a3679a4e479acd2045d6a06265ca5576415bea.zip
New ebuild for vsftpd to test
Diffstat (limited to 'net-ftp/vsftpd/files/vsftpd.xinetd')
-rw-r--r--net-ftp/vsftpd/files/vsftpd.xinetd15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-ftp/vsftpd/files/vsftpd.xinetd b/net-ftp/vsftpd/files/vsftpd.xinetd
new file mode 100644
index 0000000..d1d88e9
--- /dev/null
+++ b/net-ftp/vsftpd/files/vsftpd.xinetd
@@ -0,0 +1,15 @@
+# default: off
+# description: Vsftpd is an FTP server, designed to be secure.
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.xinetd,v 1.4 2005/06/07 18:34:17 uberlord Exp $
+
+service ftp
+{
+ socket_type = stream
+ wait = no
+ user = root
+ server = /usr/sbin/vsftpd
+ server_args = /etc/vsftpd/vsftpd.conf
+ log_on_success += DURATION
+ nice = 10
+ disable = yes
+}