ports/74002: [PATCH] x11-servers/xorg-server: /tmp cleanup script

Pawel Worach pawel.worach at telia.com
Tue Nov 16 19:20:28 PST 2004


The following reply was made to PR ports/74002; it has been noted by GNATS.

From: Pawel Worach <pawel.worach at telia.com>
To: freebsd-gnats-submit at FreeBSD.org, josemi at freebsd.jazztel.es
Cc:  
Subject: Re: ports/74002: [PATCH] x11-servers/xorg-server: /tmp cleanup script
Date: Wed, 17 Nov 2004 04:16:47 +0100

 I sent this patch to current@ a while ago, if we already
 have X11 stuff in /etc/rc.d/cleartmp I think it's better
 to just fix it there.
 
 btw, you are missing the .X11-font directory in your version.
 
 --- etc/rc.d/cleartmp.orig  Sat Oct 30 17:38:53 2004
 +++ etc/rc.d/cleartmp    Wed Nov 10 00:07:00 2004
 @@ -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/.ICE-unix /tmp/.font-unix
 +mkdir -m 1777 /tmp/.X11-unix /tmp/.ICE-unix /tmp/.font-unix
 
 -- 
 Pawel


More information about the freebsd-x11 mailing list