summaryrefslogtreecommitdiff
path: root/www/linux-opera
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-08-27 09:49:52 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-08-27 09:49:52 +0000
commit41434d336ccdca1c07d92816903b6fa3da0e12ee (patch)
tree8abff11c2a3f05f92dc6a0b697183485d72a2ba3 /www/linux-opera
parentUnmaintain. (diff)
exec the Opera binary instead of running it as a subprocess.
Submitted by: lioux
Notes
Notes: svn path=/head/; revision=65090
Diffstat (limited to 'www/linux-opera')
-rw-r--r--www/linux-opera/files/patch-ab8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/linux-opera/files/patch-ab b/www/linux-opera/files/patch-ab
new file mode 100644
index 000000000000..e210b2693d17
--- /dev/null
+++ b/www/linux-opera/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 "$@"