aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-10-14 23:37:50 +0800
committerandreas <andreas@FreeBSD.org>1997-10-14 23:37:50 +0800
commit9059b71e4087635838c1b5ae9b8aa0f4ebc48081 (patch)
tree796731ebe214d82e7278b698aac9030b59c4cec9 /net-mgmt
parenteb35f721a480ec75f82d95df395bdad76618b02f (diff)
downloadfreebsd-ports-gnome-9059b71e4087635838c1b5ae9b8aa0f4ebc48081.tar.gz
freebsd-ports-gnome-9059b71e4087635838c1b5ae9b8aa0f4ebc48081.tar.zst
freebsd-ports-gnome-9059b71e4087635838c1b5ae9b8aa0f4ebc48081.zip
tkined.sh.in was missing the "$*", which led to the misbehaviour,
that tkined couldn't be called with an argument : tkined filename1 Reviewed by: agreed by phk
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/scotty3/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa
index d2200c937bcc..aa364249d34c 100644
--- a/net-mgmt/scotty3/files/patch-aa
+++ b/net-mgmt/scotty3/files/patch-aa
@@ -31,7 +31,7 @@
@@ -0,0 +1,3 @@
+#!/bin/sh
+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6"
-+exec @PREFIX@/bin/tkined1.4.6
++exec @PREFIX@/bin/tkined1.4.6 $*
--- scotty.sh.in~ Fri Sep 13 09:30:41 1996
+++ scotty.sh.in Fri Sep 13 09:26:21 1996
@@ -0,0 +1,3 @@