Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266881 | Differences between
and this patch

Collapse All | Expand All

(-)vsftpd-2.1.0-gentoo.patch.orig (-11 lines)
Lines 75-91 Link Here
75
 #
75
 #
76
 # The default compiled in settings are fairly paranoid. This sample file
76
 # The default compiled in settings are fairly paranoid. This sample file
77
 # loosens things up a bit, to make the ftp daemon more usable.
77
 # loosens things up a bit, to make the ftp daemon more usable.
78
@@ -8,6 +8,10 @@
79
 # Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's
80
 # capabilities.
81
 #
82
+# Listen on IPv4. xinet users must set NO or comment out
83
+# otherwise it must be set YES
84
+listen=YES
85
+#
86
 # Allow anonymous FTP? (Beware - allowed by default if you comment this out).
87
 anonymous_enable=YES
88
 #
89
@@ -87,14 +91,14 @@
78
@@ -87,14 +91,14 @@
90
 # useful for combatting certain DoS attacks.
79
 # useful for combatting certain DoS attacks.
91
 #deny_email_enable=YES
80
 #deny_email_enable=YES

Return to bug 266881