rpms/vsftpd/devel vsftpd-2.0.6-listen.patch,NONE,1.1

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Mon Mar 31 21:18:02 UTC 2008


Author: mnagy

Update of /cvs/extras/rpms/vsftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13645

Added Files:
	vsftpd-2.0.6-listen.patch 
Log Message:
* Mon Mar 31 2008 Martin Nagy <mnagy at redhat.com> - 2.0.6-3
- set option listen to default to YES


vsftpd-2.0.6-listen.patch:

--- NEW FILE vsftpd-2.0.6-listen.patch ---
diff -up vsftpd-2.0.6/tunables.c.listen vsftpd-2.0.6/tunables.c
--- vsftpd-2.0.6/tunables.c.listen      2008-03-31 22:28:07.000000000 +0200
+++ vsftpd-2.0.6/tunables.c     2008-03-31 22:28:25.000000000 +0200
@@ -39,7 +39,7 @@ int tunable_userlist_deny = 1;
 int tunable_use_localtime = 0;
 int tunable_check_shell = 1;
 int tunable_hide_ids = 0;
-int tunable_listen = 0;
+int tunable_listen = 1;
 int tunable_port_promiscuous = 0;
 int tunable_passwd_chroot_enable = 0;
 int tunable_no_anon_password = 0;
diff -up vsftpd-2.0.6/vsftpd.conf.5.listen vsftpd-2.0.6/vsftpd.conf.5
--- vsftpd-2.0.6/vsftpd.conf.5.listen   2008-03-31 22:38:00.000000000 +0200
+++ vsftpd-2.0.6/vsftpd.conf.5  2008-03-31 22:38:24.000000000 +0200
@@ -265,7 +265,7 @@ not be run from an inetd of some kind. I
 run once directly. vsftpd itself will then take care of listening for and
 handling incoming connections.
 
-Default: NO
+Default: YES
 .TP
 .B listen_ipv6
 Like the listen parameter, except vsftpd will listen on an IPv6 socket instead




More information about the fedora-extras-commits mailing list