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: [email protected]
          Reporter: [email protected]
          Assignee: [email protected]
             Flags: maintainer-feedback?([email protected])

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "[email protected]"

Reply via email to