From owner-freebsd-current@FreeBSD.ORG Thu Mar 29 16:59:39 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 548C9106566C for ; Thu, 29 Mar 2012 16:59:39 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D33328FC08 for ; Thu, 29 Mar 2012 16:59:38 +0000 (UTC) Received: by wern13 with SMTP id n13so1503206wer.13 for ; Thu, 29 Mar 2012 09:59:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2RPD/AC8bTwjOky8p/dcNlaOs7GFHUKqqXfk/KrhhHo=; b=Lp5p0R5uBAy0OYvh1ZzPuH6q7SKibok9IuEgNOJE9/jSYdLPG2h9VZ8nWdCNwRgmIy bTGV4MGTYI6vW0nk4SwpFrhxj/UPl1q/wA+ZM0MiIhead5Mn/Y3q8ue0/3QJ4wD+Mm/J hoGgPhmX/WQk00Qlzej9nfG6UhqJFLkdv7IHmUTD4g238nepJVwD4xPdQDmvUQWtAYG2 JnzD/yY80ksGBtvlWgRfr4URPASc87pXqJ4m2F4bYCdYEq+EPoBqLzM7bH9kXFmlZl/D I20adhoLWRDW4Jq0viDgGTg2fiBde1cBr4pggoIUi2gk6VBGWoq3a32jLxwVo7llhtyz e+Vg== MIME-Version: 1.0 Received: by 10.180.96.168 with SMTP id dt8mr7308223wib.18.1333040377629; Thu, 29 Mar 2012 09:59:37 -0700 (PDT) Received: by 10.223.2.207 with HTTP; Thu, 29 Mar 2012 09:59:37 -0700 (PDT) In-Reply-To: References: <4F746F1E.6090702@mail.zedat.fu-berlin.de> Date: Thu, 29 Mar 2012 19:59:37 +0300 Message-ID: From: Vitaly Magerya To: Chris Rees Content-Type: text/plain; charset=UTF-8 Cc: "O. Hartmann" , Current FreeBSD Subject: Re: Using TMPFS for /tmp and /var/run? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 16:59:39 -0000 Chris Rees wrote: > Any rc script that complains about an empty /var/run is buggy- it should be > assumed that it will be emptied on boot. Then why are there entries for /var/run/{named,ppp,wpa_supplicant} in /etc/mtree/BSD.var.dist? Should they be removed?