From 56e8bd1b9aa41a88071ebb7c57ee8df5fad3bd76 Mon Sep 17 00:00:00 2001 From: kueller Date: Sat, 3 May 2008 16:59:09 +0000 Subject: [PATCH] V961 Tree Umbau git-svn-id: svn://svn.compuextreme.de/Viitor/V961/Viitor_proftpd@4307 504e572c-2e33-0410-9681-be2bf7408885 --- etc/xinetd.d/proftpd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/xinetd.d/proftpd diff --git a/etc/xinetd.d/proftpd b/etc/xinetd.d/proftpd new file mode 100644 index 0000000..e336360 --- /dev/null +++ b/etc/xinetd.d/proftpd @@ -0,0 +1,13 @@ +service ftp +{ + disable = no + flags = REUSE + socket_type = stream + instances = 50 + wait = no + user = root + server = /usr/sbin/proftpd +# bind = + log_on_success = HOST PID + log_on_failure = HOST RECORD +}