From owner-cvs-src@FreeBSD.ORG Wed Nov 28 17:49:03 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 460DE16A419 for ; Wed, 28 Nov 2007 17:49:03 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id E606A13C459 for ; Wed, 28 Nov 2007 17:49:02 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 33315 invoked from network); 28 Nov 2007 17:49:03 -0000 Received: from adsl-71-141-123-117.dsl.snfc21.pacbell.net (HELO ?192.168.1.77?) (nate-mail@71.141.123.117) by root.org with ESMTPA; 28 Nov 2007 17:49:03 -0000 Message-ID: <474DAA09.7030200@root.org> Date: Wed, 28 Nov 2007 09:48:57 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: John Baldwin References: <20071128173116.74A6F16A570@hub.freebsd.org> In-Reply-To: <20071128173116.74A6F16A570@hub.freebsd.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@FreeBSD.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/defaults periodic.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2007 17:49:03 -0000 John Baldwin wrote: > jhb 2007-11-28 17:31:11 UTC > > FreeBSD src repository > > Modified files: > etc/defaults periodic.conf > Log: > Don't delete files in the X11 socket directories under /tmp (.X11-unix, > .ICE-unix, .font-unix, .XIM-unix) when purging files from /tmp via the > daily 100.clean-tmps job. If you are logged into an X session longer > than the timeout period (default of 3 days), then this job can delete > the X11 sockets out from under the session without this fix. > > MFC after: 3 days > > Revision Changes Path > 1.45 +3 -1 src/etc/defaults/periodic.conf This reminds me of my favorite netrek tactic back when /tmp/.X11-unix was 777 on most Unixes. rm -f the socket and the person on console couldn't open new windows. Let's see MMORPGs add that kind of feature. ;-) -- Nate