From owner-freebsd-questions@FreeBSD.ORG Thu May 3 16:50:38 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1013C16A400 for ; Thu, 3 May 2007 16:50:38 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id C438F13C48C for ; Thu, 3 May 2007 16:50:37 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so443948pyh for ; Thu, 03 May 2007 09:50:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rx4Q1JRQrlKPABY64MR06av2t6vAjDCGrixmzB4g+Y29mltUn0i5UN6a7IdNkDGA9qwhtq6zr5/ughzlwc79FbyZB+PjlNfQeVn+OcepOKcChd1nkRuaKbKL/MrZxeuqowOUPyo2wRZYk/1t4d0y6TaDwUT8lmrlqCyQZeA3cDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qXzz5gX7uz8AJOYMMvjYikLmfn6c129erljzXpz1QZWwoQ9jJDA3vremGVhDTB6sPApBN9PTjMxl/8AhH4rYO9T0va6lTw7/bvQfJJwlm7fhzUzDc+ENCwezU/GBUGnxMq4yFfYtIv5BxKqAy1FF1HtayUyCEFNz4TLjbhorE9A= Received: by 10.35.126.2 with SMTP id d2mr3579381pyn.1178211037216; Thu, 03 May 2007 09:50:37 -0700 (PDT) Received: by 10.35.83.1 with HTTP; Thu, 3 May 2007 09:50:37 -0700 (PDT) Message-ID: <8cb6106e0705030950sa090fa9k7bdcb4ab17bb0061@mail.gmail.com> Date: Thu, 3 May 2007 09:50:37 -0700 From: "Josh Carroll" To: sac In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Why doesn't FreeBSD clear /tmp on bootup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 16:50:38 -0000 > I've seen OpenBSD and some other variants of Unix clearing /tmp on > bootup. But FreeBSD doesn't seem to do so. > Is there any specific reason for this variation or is it just a matter > of taste between these different Operating Systems? You can put the following in rc.conf to do this: clear_tmp_enable="YES" It's not on by default. Regards, Josh