diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-03-10 20:31:31 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-03-10 20:31:31 +0000 |
commit | 6ea4a0e65817c7f89c4d6dfd4081f845f7fd6802 (patch) | |
tree | 0b9c44537698968e80bea002e70f26f8c4aecefb /net-mgmt | |
parent | a4854ffdf899754b4f9e93cf1b6866eccff912f3 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/scotty3/files/patch-aa b/net-mgmt/scotty3/files/patch-aa index 766536704d2f..8ee8bc72f271 100644 --- a/net-mgmt/scotty3/files/patch-aa +++ b/net-mgmt/scotty3/files/patch-aa @@ -21,11 +21,11 @@ +++ tkined.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.6 @PREFIX@/lib/tnm2.1.6" -+exec @PREFIX@/bin/tkined1.4.6 $* ++export TCLLIBPATH="@PREFIX@/lib/tkined1.4.8 @PREFIX@/lib/tnm2.1.8" ++exec @PREFIX@/bin/tkined1.4.8 $* --- scotty.sh.in~ Fri Sep 13 09:30:41 1996 +++ scotty.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.6" -+exec @PREFIX@/bin/scotty2.1.6 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.8" ++exec @PREFIX@/bin/scotty2.1.8 |