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