diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-01-16 02:25:11 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-01-16 02:25:11 +0000 |
commit | 413a3014c476ecf5ce5041cba2391f072ac24ffb (patch) | |
tree | ce76dc58e3c41209f70fa1267ee7689e5a79c281 /net-ftp/ftpd/files | |
parent | Fixed a typo in postinst (diff) | |
download | historical-413a3014c476ecf5ce5041cba2391f072ac24ffb.tar.gz historical-413a3014c476ecf5ce5041cba2391f072ac24ffb.tar.bz2 historical-413a3014c476ecf5ce5041cba2391f072ac24ffb.zip |
Added an xinetd example, changed to epatch, and added xinetd RDEPEND.
Diffstat (limited to 'net-ftp/ftpd/files')
-rw-r--r-- | net-ftp/ftpd/files/ftp.xinetd | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |