From: Arkadiusz Miƛkiewicz Date: Wed, 13 Nov 2013 14:45:24 +0000 (+0100) Subject: - force to be run in inetd mode when run from rc-inetd X-Git-Tag: auto/th/vsftpd-3.0.2-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fvsftpd.git;a=commitdiff_plain;h=d71c7cd - force to be run in inetd mode when run from rc-inetd --- diff --git a/vsftpd.inetd b/vsftpd.inetd index 31ffc85..5a4b76b 100644 --- a/vsftpd.inetd +++ b/vsftpd.inetd @@ -6,4 +6,5 @@ FLAGS=nowait USER=root SERVER=tcpd DAEMON=/usr/sbin/vsftpd +DAEMONARGS="-olisten=NO" NICE=10