summaryrefslogtreecommitdiff
path: root/x11-fm/filerunner/files
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-02-14 19:40:29 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-02-14 19:40:29 +0000
commitfadf9454d384e798bd87ce43cfe9da5802df0ac4 (patch)
treef374dbec80a113bc9d0744c2c9ac2b530a19c995 /x11-fm/filerunner/files
parentAdd chewing module, and bump version. (diff)
Fix frcolor & frftp's permission.
PR: ports/25058 Submitted by: Andre Goeree <abgoeree@uwnet.nl>
Notes
Notes: svn path=/head/; revision=38341
Diffstat (limited to 'x11-fm/filerunner/files')
-rw-r--r--x11-fm/filerunner/files/patch-frcolor10
-rw-r--r--x11-fm/filerunner/files/patch-frftp10
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-fm/filerunner/files/patch-frcolor b/x11-fm/filerunner/files/patch-frcolor
new file mode 100644
index 000000000000..ecd58213e3d4
--- /dev/null
+++ b/x11-fm/filerunner/files/patch-frcolor
@@ -0,0 +1,10 @@
+--- frcolor.orig Thu Feb 15 03:32:30 2001
++++ frcolor Thu Feb 15 03:32:42 2001
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # the next line restarts using wish \
+-exec wish8.0 "$0" "$@"
++exec wish8.2 "$0" "$@"
+
+ # tcolor --
+ # This script implements a simple color editor, where you can
diff --git a/x11-fm/filerunner/files/patch-frftp b/x11-fm/filerunner/files/patch-frftp
new file mode 100644
index 000000000000..76cec96fe2f1
--- /dev/null
+++ b/x11-fm/filerunner/files/patch-frftp
@@ -0,0 +1,10 @@
+--- frftp.orig Thu Feb 15 03:32:34 2001
++++ frftp Thu Feb 15 03:32:53 2001
+@@ -1,6 +1,6 @@
+ #! /bin/sh
+ # the next line restarts using wish \
+-exec wish8.0 $0 wish8.0 $*
++exec wish8.2 $0 wish8.2 $*
+
+
+ proc ShowWindow { realhost file } {