From owner-freebsd-questions@FreeBSD.ORG Sun Oct 19 12:53:00 2003 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 28F7A16A4B3 for ; Sun, 19 Oct 2003 12:53:00 -0700 (PDT) Received: from www.cotse.net (www.cotse.net [216.112.42.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB2DC43FAF for ; Sun, 19 Oct 2003 12:52:58 -0700 (PDT) (envelope-from wolfie@cotse.net) Received: from localhost (localhost[127.0.0.1]) (authenticated bits=0) by www.cotse.net (5.7.4/5.7.4) with ESMTP id h9JJqo37077305 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 19 Oct 2003 15:52:54 -0400 (EDT) (envelope-from wolfie@cotse.net) From: To: freebsd-questions@freebsd.org Date: Sun, 19 Oct 2003 12:52:52 -0700 User-Agent: It References: <200310191236.56846@X-tra> In-Reply-To: <200310191236.56846@X-tra> X-Operating-System: OF/MFT X-MimeOLE: Not Produced by Microsoft X-MSMail-Priority: Wow MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310191252.52885@X-tra> Subject: Correcting my own msg (was Sanity and /var/tmp) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: wolfie@cotse.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 19:53:00 -0000 On Sunday 19 October 2003 12:36 pm, I sent a message with a few ugly typos. It should have read: > This may be an incredibly stupid question. Nevertheless I'm gonna ask... > > Is it safe and sane in a RELENG_5_1 system to create and use > /var/ tmp via a script in /etc/rc.local: > > [no entry in FSTAB] > mdconfig -a -t swap -s ... -u 10 > newfs -O2 /dev/md10 > mount /md10 /var/tmp > chmod 1777 /var/tmp > >