commit 13104ec0a8102e6d7240a9c81080f38a0b7821e0 Author: kueller Date: Sat May 3 17:02:52 2008 +0000 V962 Branch git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_proftpd@4423 504e572c-2e33-0410-9681-be2bf7408885 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 +}