Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 18:31:55 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r405793 - branches/2016Q1/www/chromium
Message-ID:  <201601111831.u0BIVtFx050635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601111831.u0BIVtFx050635>