Date: Fri, 05 Nov 2004 21:22:54 +0100 From: Pawel Worach <pawel.worach@telia.com> To: current@freebsd.org Subject: [patch] etc/rc.d/cleartmp ICE-unix and font-unix directories not created Message-ID: <418BE11E.6080101@telia.com>
next in thread | raw e-mail | index | archive | help
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 @@ -35,5 +35,5 @@ # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?418BE11E.6080101>