--- bootmisc~ 2005-07-20 15:51:24.000000000 +0200 +++ bootmisc 2005-07-20 15:51:24.000000000 +0200 @@ -111,14 +111,17 @@ { rm -f /tmp/.X*-lock /tmp/esrv* /tmp/kio* /tmp/jpsock.* /tmp/.fam* rm -rf /tmp/.esd* /tmp/orbit-* /tmp/ssh-* /tmp/ksocket-* /tmp/.*-unix - # Make sure our X11 stuff have the correct permissions - mkdir -p /tmp/.{ICE,X11}-unix - chown 0:0 /tmp/.{ICE,X11}-unix - chmod 1777 /tmp/.{ICE,X11}-unix - [[ -x /sbin/restorecon ]] && restorecon /tmp/.{ICE,X11}-unix } &> /dev/null eend 0 fi + # Make sure our X11 stuff have the correct permissions + { + mkdir -p /tmp/.{ICE,X11}-unix + chown 0:0 /tmp/.{ICE,X11}-unix + chmod 1777 /tmp/.{ICE,X11}-unix + [[ -x /sbin/restorecon ]] && restorecon /tmp/.{ICE,X11}-unix + } &> /dev/null + fi #