--- smage/trunk/core/slim/slim-1.3.2-r1.smage2 2011/02/04 21:39:22 1268 +++ smage/trunk/core/slim/slim-1.3.2-r1.smage2 2011/02/04 21:39:37 1269 @@ -61,10 +61,12 @@ # rename sim.lock to sim.pid and enable daemon mode by default # fix the shutdown and reboot commands to match busybox + # secure x11 with -nolisten tcp sed -i -e "s:/var/run/slim.lock:/var/run/slim.pid:" \ -e "s:# daemon.*:daemon\tyes:" \ -e "s:^\(halt_cmd.*\):\1\t/sbin/halt:" \ -e "s:^\(reboot_cmd.*\):\1\t/sbin/reboot:" \ + -e "s:# xserver_arguments.*:xserver_arguments\t-nolisten tcp:" \ slim.conf || die }