summaryrefslogtreecommitdiff
path: root/misc/tkman/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tkman/patches/patch-ab')
-rw-r--r--misc/tkman/patches/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/tkman/patches/patch-ab b/misc/tkman/patches/patch-ab
deleted file mode 100644
index 38a7fa02bfc..00000000000
--- a/misc/tkman/patches/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- tkman.tcl.orig Mon Nov 11 21:18:41 1996
-+++ tkman.tcl Thu Nov 14 20:07:27 1996
-@@ -5018,7 +5018,7 @@
- # ... then check for proper versions of selected executables
- if {[set info [lassoc $manx(bin-versioned) $tail]]!=""} {
- lset $info flag minvers
-- set execerr [catch {set lines [exec $fullpath $flag < /dev/null]} info]
-+ set execerr [catch {set lines [exec $fullpath $flag < /dev/null 2> /dev/null]} info]
- } elseif {[string match "g*" $tail]} {
- # could be a GNU -- maybe take this out since it lengthens startup for all in exchange for small benefit for few
- set minvers 0.0