maintainer-feedback requested: [Bug 202370] www/chromium: wrapper should exec binary
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 16 17:47:11 UTC 2015
stb at lassitu.de has reassigned Bugzilla Automation <bugzilla at FreeBSD.org>'s
request for maintainer-feedback to chromium at FreeBSD.org:
Bug 202370: www/chromium: wrapper should exec binary
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202370
--- Description ---
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.
More information about the freebsd-chromium
mailing list