vsftpd/vsftpd-1.1.3-rh.patch
cvsdist 61466ee516 auto-import changelog data from vsftpd-1.2.0-5.src.rpm
Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- allow compiling without tcp_wrappers support
Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 1.2.0-4
- fix errant newline (#104443)
Fri Aug 08 2003 Bill Nottingham <notting@redhat.com> 1.2.0-3
- tweak man page (#84584, #72798)
- buildprereqs for pie (#99336)
- free ride through the build system to fix (#101582)
Thu Jun 26 2003 Bill Nottingham <notting@redhat.com> 1.2.0-2
- update to 1.2.0
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Mon Apr 28 2003 Bill Nottingham <notting@redhat.com> 1.1.3-9
- fix tcp_wrappers usage (#89765, <dale@riyescott.com>)
2004-09-09 14:07:23 +00:00

39 lines
1.2 KiB
Diff

--- vsftpd-1.0.1/vsftpd.conf.rh Mon Jul 30 17:51:07 2001
+++ vsftpd-1.0.1/vsftpd.conf Wed Nov 28 14:38:36 2001
@@ -7,14 +7,14 @@
anonymous_enable=YES
#
# Uncomment this to allow local users to log in.
-#local_enable=YES
+local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
-#write_enable=YES
+write_enable=YES
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
-#local_umask=022
+local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
@@ -46,7 +46,7 @@
#xferlog_file=/var/log/vsftpd.log
#
# If you want, you can have your log file in standard ftpd xferlog format
-#xferlog_std_format=YES
+xferlog_std_format=YES
#
# You may change the default value for timing out an idle session.
#idle_session_timeout=600
@@ -98,3 +98,8 @@
# 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
+#enable for standalone mode
+listen=YES
+tcp_wrappers=YES