svn commit: r405793 - branches/2016Q1/www/chromium
Rene Ladan
rene at FreeBSD.org
Mon Jan 11 18:31:56 UTC 2016
Author: rene
Date: Mon Jan 11 18:31:54 2016
New Revision: 405793
URL: https://svnweb.freebsd.org/changeset/ports/405793
Log:
MFH: r405711
www/chromium: display the sysctl requirements for IPC in pkg-message, so that
it gets shown when intalling the port.
PR: 204470
Submitted by: junovitch@
Approved by: ports-secteam (feld)
Added:
branches/2016Q1/www/chromium/pkg-message
- copied unchanged from r405711, head/www/chromium/pkg-message
Modified:
Directory Properties:
branches/2016Q1/ (props changed)
Copied: branches/2016Q1/www/chromium/pkg-message (from r405711, head/www/chromium/pkg-message)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2016Q1/www/chromium/pkg-message Mon Jan 11 18:31:54 2016 (r405793, copy of r405711, head/www/chromium/pkg-message)
@@ -0,0 +1,9 @@
+For correct operation, shared memory support has to be enabled
+in Chromium by performing the following command as root :
+
+sysctl kern.ipc.shm_allow_removed=1
+
+To preserve this setting across reboots, append the following
+to /etc/sysctl.conf :
+
+kern.ipc.shm_allow_removed=1
More information about the svn-ports-branches
mailing list