summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-ar')
-rw-r--r--mbone/sdr/patches/patch-ar12
1 files changed, 0 insertions, 12 deletions
diff --git a/mbone/sdr/patches/patch-ar b/mbone/sdr/patches/patch-ar
deleted file mode 100644
index 63c6e42f51b..00000000000
--- a/mbone/sdr/patches/patch-ar
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ar,v 1.1 2000/12/16 05:44:09 hubertf Exp $
-
---- sdr/src/plugins.tcl.orig Thu Jul 15 15:55:13 1999
-+++ sdr/src/plugins.tcl Wed Dec 13 02:17:26 2000
-@@ -84,6 +84,7 @@
- }
- set tag [string trim [lindex [split $line ":"] 0]]
- set value [string trim [join [lrange [split $line ":"] 1 end] ":"]]
-+ set value [string map { \$ \\\$ } $value ]
- switch $tag {
-
- "@define" {