Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2004 03:20:28 GMT
From:      Pawel Worach <pawel.worach@telia.com>
To:        x11@FreeBSD.org
Subject:   Re: ports/74002: [PATCH] x11-servers/xorg-server: /tmp cleanup script
Message-ID:  <200411170320.iAH3KSdD010913@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/74002; it has been noted by GNATS.

From: Pawel Worach <pawel.worach@telia.com>
To: freebsd-gnats-submit@FreeBSD.org, josemi@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411170320.iAH3KSdD010913>