From owner-freebsd-rc@FreeBSD.ORG Thu Nov 25 20:42:17 2010 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB451065696 for ; Thu, 25 Nov 2010 20:42:17 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id A29298FC1E for ; Thu, 25 Nov 2010 20:42:16 +0000 (UTC) Received: by wwd20 with SMTP id 20so1228619wwd.31 for ; Thu, 25 Nov 2010 12:42:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=yQn2l3rWUUm6zLdzXOUyVOJYi3nkFNjuCdwTw9nfV3k=; b=QXdEDGEew9ZiuVbFFC/nXUn3HwBBD5IvZJThuYnN1fHPB8rhcNPbt0CHqLK8Rx1LiO fSM89BiNNN1GL3Og/5CpNtQ8qgE5+e43R6PtD5rEVIulIUQhiiINVcb1V3xyvat9rTv0 fqXC3f+bTOtieHnhOmT4Ic4jOoXy8IVqAnhns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=b7myOUGO2KxFOcxGMto97fGlezaJxar/MWd/NAF66afEX8lO+Or/CXy6ujx61xYR5Z +e704gVTqEV0+/san12ODdwWiWDSJMaHcTTa275gtolRliFfoBN9Avk6YPgrQyFLu2XB U6/QLRzOm13NE8n1TuWukvaG51ILyzog7qrRU= MIME-Version: 1.0 Received: by 10.216.157.136 with SMTP id o8mr37126wek.15.1290717734573; Thu, 25 Nov 2010 12:42:14 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Thu, 25 Nov 2010 12:42:14 -0800 (PST) In-Reply-To: <4CEEC8E7.6040102@delphij.net> References: <4CEEC8E7.6040102@delphij.net> Date: Thu, 25 Nov 2010 12:42:14 -0800 X-Google-Sender-Auth: kBXmkSIFNoTpEVJzgYmS2me0X3s Message-ID: From: Garrett Cooper To: d@delphij.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-rc@freebsd.org Subject: Re: RFC: cleartmp: Allow user configurable mtree for /tmp X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2010 20:42:17 -0000 On Thu, Nov 25, 2010 at 12:36 PM, Xin LI wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hi, > > Here is a patch that adds a new variable, tmp_mtree, which allows a user > defined mtree for /tmp. =A0This is useful when clear_tmp_enable=3D"YES" a= nd > some directories are needed to be exist in /tmp before services is starte= d. Why not just put the file(s) in /var ? -Garrett