From cbad5395653e08adf9a5ac50100517a72d9951fc Mon Sep 17 00:00:00 2001 From: Maros Barabas Date: Aug 22 2006 09:54:12 +0000 Subject: comment patch update --- diff --git a/vsftpd-2.0.5-correct_comments.patch b/vsftpd-2.0.5-correct_comments.patch new file mode 100644 index 0000000..7a60fc6 --- /dev/null +++ b/vsftpd-2.0.5-correct_comments.patch @@ -0,0 +1,27 @@ +--- vsftpd-2.0.5/vsftpd.conf.old 2006-08-22 09:53:09.000000000 +0200 ++++ vsftpd-2.0.5/vsftpd.conf 2006-08-22 10:04:55.000000000 +0200 +@@ -100,14 +100,17 @@ + # sites. However, some broken FTP clients such as "ncftp" and "mirror" assume + # the presence of the "-R" option, so there is a strong case for enabling it. + #ls_recurse_enable=YES +- +-pam_service_name=vsftpd +-userlist_enable=YES +-# When enabled, vsftpd runs in standalone mode, but listen only to IPv6 sockets. +-# This directive cannot be used in conjunction with the listen directive. +-# Make sure, that one of listen options are commited +-# enable for standalone mode ++# ++# When "listen" directive is enabled, vsftpd runs in standalone mode and ++# listens on IPv4 sockets. This directive cannot be used in conjunction ++# with the listen_ipv6 directive. + listen=YES ++# ++# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6 ++# sockets, you must run two copies of vsftpd whith two configuration files. ++# Make sure, that one of the listen options is commented !! + #listen_ipv6=YES + ++pam_service_name=vsftpd ++userlist_enable=YES + tcp_wrappers=YES