[packages/vsftpd] - force to be run in inetd mode when run from rc-inetd

arekm arekm at pld-linux.org
Wed Nov 13 15:45:26 CET 2013


commit d71c7cd55b823d18bb238d126a1685a2d1fba16c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Nov 13 15:45:24 2013 +0100

    - force to be run in inetd mode when run from rc-inetd

 vsftpd.inetd | 1 +
 1 file changed, 1 insertion(+)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vsftpd.git/commitdiff/d71c7cd55b823d18bb238d126a1685a2d1fba16c



More information about the pld-cvs-commit mailing list