From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 13:16:23 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF2C216A4CE for ; Thu, 24 Feb 2005 13:16:23 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CAE143D62 for ; Thu, 24 Feb 2005 13:16:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j1ODG9YH024272; Thu, 24 Feb 2005 15:16:09 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j1ODGIOB049661; Thu, 24 Feb 2005 15:16:19 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j1ODGIst049660; Thu, 24 Feb 2005 15:16:18 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 24 Feb 2005 15:16:18 +0200 From: Giorgos Keramidas To: Nelis Lamprecht , Paul Richards Message-ID: <20050224131618.GA49587@orion.daedalusnetworks.priv> References: <7cbadc87050224044967716c5c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7cbadc87050224044967716c5c@mail.gmail.com> cc: freebsd-questions@freebsd.org Subject: Re: Cleaning /tmp on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 13:16:24 -0000 On 2005-02-24 14:49, Nelis Lamprecht wrote: >On Thu, 24 Feb 2005 12:42:17 +0000, Paul Richards > wrote: >> Hi, >> Is there an easy way to have FreeBSD (RELEASE-5.3) clean /tmp on boot >> by means of setting a flag or something in /etc/rc.conf? I'd like to >> check before I start manually hacking up my boot scripts to get this >> done. > > I believe it's: clear_tmp_enable="YES" True. I'm just replying here to note that this and other tunables of the rc.d scripts are documented in rc.conf(5): % man rc.conf If anyone happens to find an option that is not documented, then it's a bug of the manpage and the freebsd-doc people will be glad to hear about it; either with a simple post to the list or (preferably) through a new problem report submission :-) - Giorgos