summaryrefslogtreecommitdiff
path: root/lang/ruby16/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby16/patches/patch-ag')
-rw-r--r--lang/ruby16/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby16/patches/patch-ag b/lang/ruby16/patches/patch-ag
deleted file mode 100644
index 1a89a6dbaf3..00000000000
--- a/lang/ruby16/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2004/11/27 14:14:05 taca Exp $
-
---- lib/cgi/session.rb.orig 2002-05-01 18:36:28.000000000 +0900
-+++ lib/cgi/session.rb
-@@ -116,7 +116,7 @@ class CGI
- begin
- @f = open(path, "r+")
- rescue Errno::ENOENT
-- @f = open(path, "w+")
-+ @f = File.open(path, File::CREAT|File::RDWR, 0600)
- end
- end
-