summaryrefslogtreecommitdiff
path: root/community/vsftpd/vsftpd.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'community/vsftpd/vsftpd.xinetd')
-rw-r--r--community/vsftpd/vsftpd.xinetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/vsftpd/vsftpd.xinetd b/community/vsftpd/vsftpd.xinetd
index eff2eb3db..2a6f38c80 100644
--- a/community/vsftpd/vsftpd.xinetd
+++ b/community/vsftpd/vsftpd.xinetd
@@ -3,7 +3,7 @@ service ftp
socket_type = stream
wait = no
user = root
- server = /usr/sbin/vsftpd
+ server = /usr/bin/vsftpd
log_on_success += HOST DURATION
log_on_failure += HOST
disable = yes