summaryrefslogtreecommitdiff
path: root/community-testing/vsftpd/vsftpd.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/vsftpd/vsftpd.xinetd')
-rw-r--r--community-testing/vsftpd/vsftpd.xinetd10
1 files changed, 0 insertions, 10 deletions
diff --git a/community-testing/vsftpd/vsftpd.xinetd b/community-testing/vsftpd/vsftpd.xinetd
deleted file mode 100644
index eff2eb3db..000000000
--- a/community-testing/vsftpd/vsftpd.xinetd
+++ /dev/null
@@ -1,10 +0,0 @@
-service ftp
-{
- socket_type = stream
- wait = no
- user = root
- server = /usr/sbin/vsftpd
- log_on_success += HOST DURATION
- log_on_failure += HOST
- disable = yes
-}