svn commit: r405711 - head/www/chromium
Rene Ladan
rene at FreeBSD.org
Sun Jan 10 15:16:54 UTC 2016
Author: rene
Date: Sun Jan 10 15:16:53 2016
New Revision: 405711
URL: https://svnweb.freebsd.org/changeset/ports/405711
Log:
www/chromium: display the sysctl requirements for IPC in pkg-message, so that
t gets shown when intalling the port.
PR: 204470
Submitted by: junovitch@
MFH: 2016Q1
Added:
head/www/chromium/pkg-message (contents, props changed)
Added: head/www/chromium/pkg-message
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/chromium/pkg-message Sun Jan 10 15:16:53 2016 (r405711)
@@ -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-all
mailing list