Date: Sun, 16 Aug 2015 17:47:11 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202370] www/chromium: wrapper should exec binary Message-ID: <bug-202370-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: stb@lassitu.de Assignee: chromium@FreeBSD.org Flags: maintainer-feedback?(chromium@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202370-13>