217593e8de
Note that this is still a beta version, and that the sysctl kern.ipc.shm_allow_removed must be set to 1 for correct operation. Port changes: - add dependency on accessibility/speech-dispatcher for libspeechd - use internal libvpx - update disk space requirements - add pkg-message for the above sysctl Submitted by: George Liaskos Security: http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
13 lines
417 B
Text
13 lines
417 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
|
|
|
|
======================================================================
|