From owner-freebsd-x11@FreeBSD.ORG Thu Dec 23 11:38:26 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2773C16A4CE for ; Thu, 23 Dec 2004 11:38:26 +0000 (GMT) Received: from smtp2.jazztel.es (smtp2.jazztel.es [62.14.3.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C5643D53 for ; Thu, 23 Dec 2004 11:38:25 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from antivirus by smtp2.jazztel.es with antivirus id 1ChRIW-0001Aa-00 for x11@FreeBSD.org Thu, 23 Dec 2004 12:38:24 +0100 Received: from [212.106.253.64] (helo=antares.redesjm.local) by smtp2.jazztel.es with esmtp id 1ChRIW-00019e-00 for x11@FreeBSD.org Thu, 23 Dec 2004 12:38:24 +0100 Received: from [192.168.254.16] (orion.redesjm.local [192.168.254.16]) by antares.redesjm.local (8.13.1/8.13.1) with ESMTP id iBNBcNkR047606 for ; Thu, 23 Dec 2004 12:38:23 +0100 (CET) (envelope-from freebsd@redesjm.local) Message-ID: <41CAAE2F.1000108@redesjm.local> Date: Thu, 23 Dec 2004 12:38:23 +0100 From: Jose M Rodriguez User-Agent: Mozilla Thunderbird 1.0 (X11/20041220) X-Accept-Language: en-us, en MIME-Version: 1.0 To: x11@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.5; VDF: 6.29.0.31; host: antares.redesjm.local) X-Virus-Scanned: by antivirus Subject: No /tmp/X11 cleanup in xorg-6.8.1 import X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 11:38:26 -0000 Hi, I can't see any /tmp/X11 cleanup script in the xorg-6.8.1 import. After some candidates about that, I think this must be do for all xorg ports from the most common one. I think that any running xorg install (even only x11-server/xorg-fontserver) needs xorg-libraries. So, the correct way to cope with this maybe install a ${PREFIX}/etc/rc.d/x11tmp.sh script from x11/xorg-libraries, working in the way of the patch against the system /etc/rc.d So, we may not install the script upon an OS_VERSION (When this is done from /etc/rc.d). I can send-pr this if needed. Thanks in advance, -- josemi