summaryrefslogtreecommitdiff
path: root/www/neowebscript/files/patch-common
diff options
context:
space:
mode:
Diffstat (limited to 'www/neowebscript/files/patch-common')
-rw-r--r--www/neowebscript/files/patch-common19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/neowebscript/files/patch-common b/www/neowebscript/files/patch-common
deleted file mode 100644
index 2dd036c4c2bd..000000000000
--- a/www/neowebscript/files/patch-common
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../neowebscript/common.tcl Fri Nov 19 19:36:10 1999
-+++ ../neowebscript/common.tcl Mon Sep 3 13:32:49 2001
-@@ -31,7 +31,7 @@
-
- if {[catch {mkdir -path $parallelDir$plusSubDir} result] == 1} {
- if {[lrange $errorCode 0 1] != "POSIX EEXIST"} {
-- error "$errorCode"
-+ error "can not create $parallelDir $plusSubDir: $errorCode"
- }
- }
- }
-@@ -512 +512,7 @@
- }
-+
-+proc emit_full_header {title} {
-+ html <HTML><HEAD><TITLE>
-+ html $title
-+ html </TITLE><HEAD>
-+}