ac8676
--- vsftpd-2.3.4/vsftpd.conf~	2011-11-21 13:15:03.888357116 +0000
ac8676
+++ vsftpd-2.3.4/vsftpd.conf	2011-11-21 13:17:43.676136602 +0000
ac8676
@@ -108,12 +108,16 @@ xferlog_std_format=YES
ac8676
 # When "listen" directive is enabled, vsftpd runs in standalone mode and
ac8676
 # listens on IPv4 sockets. This directive cannot be used in conjunction
ac8676
 # with the listen_ipv6 directive.
ac8676
-listen=YES
ac8676
+listen=NO
ac8676
 #
ac8676
-# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6
ac8676
-# sockets, you must run two copies of vsftpd with two configuration files.
ac8676
+# This directive enables listening on IPv6 sockets. By default, listening
ac8676
+# on the IPv6 "any" address (::) will accept connections from both IPv6
ac8676
+# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6
ac8676
+# sockets. If you want that (perhaps because you want to listen on specific
ac8676
+# addresses) then you must run two copies of vsftpd with two configuration
ac8676
+# files.
ac8676
 # Make sure, that one of the listen options is commented !!
ac8676
-#listen_ipv6=YES
ac8676
+listen_ipv6=YES
ac8676
 
ac8676
 pam_service_name=vsftpd
ac8676
 userlist_enable=YES
ac8676
--- vsftpd-2.3.4/vsftpd.conf.5~	2011-11-21 13:15:03.905357305 +0000
ac8676
+++ vsftpd-2.3.4/vsftpd.conf.5	2011-11-21 13:18:31.771672385 +0000
ac8676
@@ -281,8 +281,9 @@ Default: NO
ac8676
 .TP
ac8676
 .B listen_ipv6
ac8676
 Like the listen parameter, except vsftpd will listen on an IPv6 socket instead
ac8676
-of an IPv4 one. This parameter and the listen parameter are mutually
ac8676
-exclusive.
ac8676
+of an IPv4 one. Note that a socket listening on the IPv6 "any" address (::)
ac8676
+will accept both IPv6 and IPv4 connections by default. This parameter and the
ac8676
+listen parameter are mutually exclusive.
ac8676
 
ac8676
 Default: NO
ac8676
 .TP