summaryrefslogtreecommitdiff
path: root/net/vsftpd/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/vsftpd/patches/patch-ac')
-rw-r--r--net/vsftpd/patches/patch-ac19
1 files changed, 12 insertions, 7 deletions
diff --git a/net/vsftpd/patches/patch-ac b/net/vsftpd/patches/patch-ac
index 35c9b6b22f2..4949d741a96 100644
--- a/net/vsftpd/patches/patch-ac
+++ b/net/vsftpd/patches/patch-ac
@@ -1,14 +1,14 @@
-$NetBSD: patch-ac,v 1.1 2003/05/09 23:31:40 salo Exp $
+$NetBSD: patch-ac,v 1.2 2003/05/29 20:08:42 salo Exp $
---- vsftpd.conf.orig 2003-05-10 01:04:11.000000000 +0200
-+++ vsftpd.conf 2003-05-10 01:14:57.000000000 +0200
+--- vsftpd.conf.orig 2003-01-21 02:15:34.000000000 +0100
++++ vsftpd.conf 2003-05-29 20:19:35.000000000 +0200
@@ -1,4 +1,4 @@
-# Example config file /etc/vsftpd.conf
+# Example config file @PKG_SYSCONFDIR@/vsftpd.conf
#
- # The default compiled in settings are very paranoid. This sample file
+ # The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
-@@ -83,14 +83,14 @@
+@@ -88,14 +88,14 @@
# useful for combatting certain DoS attacks.
#deny_email_enable=YES
# (default follows)
@@ -25,10 +25,15 @@ $NetBSD: patch-ac,v 1.1 2003/05/09 23:31:40 salo Exp $
#
# You may activate the "-R" option to the builtin ls. This is disabled by
# default to avoid remote users being able to cause excessive I/O on large
-@@ -98,3 +98,6 @@
+@@ -103,3 +103,11 @@
# the presence of the "-R" option, so there is a strong case for enabling it.
#ls_recurse_enable=YES
-+# By default the server will run standalone. Comment out the option below when
++# By default the server will run standalone. Comment out the option below if
+# running from inetd.
+listen=YES
++
++# Like the listen parameter, except vsftpd will listen on an IPv6 socket
++# instead of an IPv4 one. This parameter and the listen parameter are mutually
++# exlusive.
++#listen_ipv6=YES