[email protected] has reassigned Bugzilla Automation <[email protected]>'s
request for maintainer-feedback to [email protected]:
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to