freebsd-ports/www/chromium/pkg-message
Rene Ladan 86fe78f41d 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
2016-01-10 15:16:53 +00:00

9 lines
273 B
Text

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