aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-opera7
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-08-27 17:49:52 +0800
committerdes <des@FreeBSD.org>2002-08-27 17:49:52 +0800
commit39905acda807a1b7506a4abdd80d5cb3e2ad4238 (patch)
treec80c926ade9d9b1d62c89a1a2e5321aae139054e /www/linux-opera7
parentce3385237fd339934d8c64657fe74123c724f807 (diff)
downloadfreebsd-ports-gnome-39905acda807a1b7506a4abdd80d5cb3e2ad4238.tar.gz
freebsd-ports-gnome-39905acda807a1b7506a4abdd80d5cb3e2ad4238.tar.zst
freebsd-ports-gnome-39905acda807a1b7506a4abdd80d5cb3e2ad4238.zip
exec the Opera binary instead of running it as a subprocess.
Submitted by: lioux
Diffstat (limited to 'www/linux-opera7')
-rw-r--r--www/linux-opera7/files/patch-ab8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/linux-opera7/files/patch-ab b/www/linux-opera7/files/patch-ab
new file mode 100644
index 000000000000..e210b2693d17
--- /dev/null
+++ b/www/linux-opera7/files/patch-ab
@@ -0,0 +1,8 @@
+--- runme.sh.orig Tue Aug 13 17:08:25 2002
++++ runme.sh Tue Aug 27 11:48:18 2002
+@@ -55,4 +55,4 @@
+ export OPERA_DIR OPERA_PLUGIN_PATH
+
+ # Running Opera
+-$OPERA "$@"
++exec $OPERA "$@"