summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-br
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-br')
-rw-r--r--lang/ruby18-base/patches/patch-br13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/ruby18-base/patches/patch-br b/lang/ruby18-base/patches/patch-br
new file mode 100644
index 00000000000..a965e7e2f51
--- /dev/null
+++ b/lang/ruby18-base/patches/patch-br
@@ -0,0 +1,13 @@
+$NetBSD: patch-br,v 1.1 2005/11/02 08:56:40 taca Exp $
+
+--- lib/webrick/config.rb.orig 2004-12-16 18:45:59.000000000 +0900
++++ lib/webrick/config.rb
+@@ -71,7 +71,7 @@ module WEBrick
+ :HandlerCallback => nil,
+ :DirectoryCallback => nil,
+ :FileCallback => nil,
+- :UserDir => "public_html",
++ :UserDir => nil, # e.g. "public_html"
+ :AcceptableLanguages => [] # ["en", "ja", ... ]
+ }
+