[Bug 202370] www/chromium: wrapper should exec binary
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 16 17:47:12 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202370
Bug ID: 202370
Summary: www/chromium: wrapper should exec binary
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: chromium at FreeBSD.org
Reporter: stb at lassitu.de
Assignee: chromium at FreeBSD.org
Flags: maintainer-feedback?(chromium at FreeBSD.org)
The wrapper shell script should exec the chrome binary, instead of just
invoking it.
Index: files/chrome.in
===================================================================
--- files/chrome.in (revision 394317)
+++ files/chrome.in (working copy)
@@ -15,4 +15,4 @@
EOMSG
exit 1
fi
-%%PREFIX%%/share/chromium/chrome $*
+exec %%PREFIX%%/share/chromium/chrome $*
Without this change, chromedriver can't shut down the chrome process.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-chromium
mailing list