From 413a3014c476ecf5ce5041cba2391f072ac24ffb Mon Sep 17 00:00:00 2001
From: Nick Hadaway <raker@gentoo.org>
Date: Thu, 16 Jan 2003 02:25:11 +0000
Subject: Added an xinetd example, changed to epatch, and added xinetd RDEPEND.

---
 net-ftp/ftpd/files/ftp.xinetd | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 net-ftp/ftpd/files/ftp.xinetd

(limited to 'net-ftp/ftpd/files')

diff --git a/net-ftp/ftpd/files/ftp.xinetd b/net-ftp/ftpd/files/ftp.xinetd
new file mode 100644
index 000000000000..858c718d80e2
--- /dev/null
+++ b/net-ftp/ftpd/files/ftp.xinetd
@@ -0,0 +1,13 @@
+# default: off
+# $Header: 
+# description: The netkit ftp daemon with optional SSL support.
+
+service ftp
+{
+	socket_type		= stream
+	protocol		= tcp
+	wait			= no
+	user			= root
+	server			= /usr/bin/ftpd
+	disable			= yes
+}
-- 
cgit v1.2.3-65-gdbad