diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-15 19:22:23 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-15 19:22:23 +0000 |
commit | bd5fca5738e342475a381793abe0ab4e459d63f3 (patch) | |
tree | 4b886248670fa5d318fb102b577d49ee9a0483ea /ftp/proftpd-devel/files/patch-sample-configurations_basic.conf | |
parent | Correct it, USE_GETTEXT -> USE_ICONV. There is no gettext stuff in this port. (diff) |
- Fix the last imported patch (which came from proftpd's CVS repo),
as it was causing segfaults prior to login.
- Add the new CommandBufferSize variable into the default config file to
stop proftpd complaining.
Reported by: many
Notes
Notes:
svn path=/head/; revision=177332
Diffstat (limited to 'ftp/proftpd-devel/files/patch-sample-configurations_basic.conf')
-rw-r--r-- | ftp/proftpd-devel/files/patch-sample-configurations_basic.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf b/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf index fa3f8dfc355e..d6312df3da95 100644 --- a/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf +++ b/ftp/proftpd-devel/files/patch-sample-configurations_basic.conf @@ -1,5 +1,5 @@ ---- sample-configurations/basic.conf.orig Fri Jun 17 15:10:06 2005 -+++ sample-configurations/basic.conf Fri Jun 17 15:10:43 2005 +--- sample-configurations/basic.conf.orig Thu Apr 15 19:46:38 2004 ++++ sample-configurations/basic.conf Wed Nov 15 19:14:36 2006 @@ -1,3 +1,7 @@ +# +# To have more informations about Proftpd configuration @@ -16,7 +16,16 @@ # Port 21 is the standard FTP port. Port 21 -@@ -40,23 +45,29 @@ +@@ -22,6 +27,8 @@ + # (such as xinetd). + MaxInstances 30 + ++CommandBufferSize 512 ++ + # Set the user and group under which the server will run. + User nobody + Group nogroup +@@ -40,23 +47,29 @@ # A basic anonymous configuration, no upload directories. If you do not # want anonymous users, simply delete this entire <Anonymous> section. |