Index: branches/2015Q3/www/chromium/files/chrome.in =================================================================== --- branches/2015Q3/www/chromium/files/chrome.in (revision 392769) +++ branches/2015Q3/www/chromium/files/chrome.in (revision 392770) @@ -1,18 +1,18 @@ #!/bin/sh SYSCTL=kern.ipc.shm_allow_removed if [ "`/sbin/sysctl -n $SYSCTL`" = 0 ] ; then cat << EOMSG For correct operation, shared memory support has to be enabled in Chromium by performing the following command as root : sysctl $SYSCTL=1 To preserve this setting across reboots, append the following to /etc/sysctl.conf : $SYSCTL=1 EOMSG exit 1 fi -%%PREFIX%%/share/chromium/chrome $* +%%PREFIX%%/share/chromium/chrome "$@" Index: branches/2015Q3 =================================================================== --- branches/2015Q3 (revision 392769) +++ branches/2015Q3 (revision 392770) Property changes on: branches/2015Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r392749