[patch] etc/rc.d/cleartmp ICE-unix and font-unix directories not created

From: Pawel Worach <pawel.worach_at_telia.com>
Date: Fri, 05 Nov 2004 21:22:54 +0100
This small patch makes diskless clients (and tmpmfs="YES" users)
happier when using xdm and a session manager aware window manager
and/or a X font server.

Index: etc/rc.d/cleartmp
===================================================================
RCS file: /export/ctm/cvs/src/etc/rc.d/cleartmp,v
retrieving revision 1.11
diff -u -r1.11 cleartmp
--- etc/rc.d/cleartmp   7 Oct 2004 13:55:25 -0000       1.11
+++ etc/rc.d/cleartmp   5 Nov 2004 20:18:12 -0000
_at__at_ -35,5 +35,5 _at__at_
  # restarting X
  #
  rm -f /tmp/.X[0-9]-lock
-rm -fr /tmp/.X11-unix
-mkdir -m 1777 /tmp/.X11-unix
+rm -fr /tmp/.X11-unix /tmp/.font-unix /tmp/.ICE-unix
+mkdir -m 1777 /tmp/.X11-unix /tmp/.font-unix /tmp/.ICE-unix

-- 
Pawel
Received on Fri Nov 05 2004 - 19:22:56 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:21 UTC