X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=x2I
	pqqKMdom82AEj5O8UCl851daZI0OtAKckIT/hHAtIDZq6moYr44pVKMUB3NfUXN7
	I32G09mLDVGqtu/2ez9QI5mckhGoW0izfdb2bGzMdvPT7Vx4AswtZatg4LVHZT5T
	XTvYXa1g1RMahIDwpsSpl3+loPnrAdCEuL4Xxykc=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=tSA48Vt9r
	IHo7GPbxwh/wPxp9OA=; b=j+xaTUOeHB4aertn9FMowy6H98s3sJbCQKr2OMB98
	dSNcD9Cqj2sNd01m/sSgYvK/lDJmIwPYzgVSfMqUPPfVm4OoeG4fM44ZODRbFDT0
	9hYJMR2ru3T84NlUomB25b4zQoB4w8Xc2B6j8vOIt99orSQBbcJJHi6RCzP6/3Nj
	Ms=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qc0-f177.google.com
X-Received: by 10.140.82.7 with SMTP id g7mr35025356qgd.42.1428583882419;        Thu, 09 Apr 2015 05:51:22 -0700 (PDT)
From: "cyg Simple" <cygsimple@gmail.com>
To: <cygwin@cygwin.com>
Subject: RE: Clean up /tmp on system reboot [was: Xorg server always starting up on DISPLAY 3.0]
Date: Thu, 9 Apr 2015 08:51:36 -0400
Message-ID: <2e6601d072c3$eb17d060$c1477120$@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain;	charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

From: Jim Reisert AD1C
> 
> Wouldn't it be nice if Cygwin cleaned up the /tmp directory each time the
> computer is re-booted?  I don't know how that would work in real life,
however.
> 

Simply create a scheduled task to execute a windows batch file on system
start that changes directory to the Cygwin /bin directory and executes sh -c
'rm -f /tmp/*'.

--
cyg Simple


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

