From owner-cvs-src@FreeBSD.ORG Tue Mar 16 22:51:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529AF16A4CE; Tue, 16 Mar 2004 22:51:34 -0800 (PST) Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F1743D1F; Tue, 16 Mar 2004 22:51:34 -0800 (PST) (envelope-from wes@softweyr.com) Received: from localhost (localhost [127.0.0.1]) by mail1.zer0.org (Postfix) with ESMTP id 05722239ADA; Tue, 16 Mar 2004 22:51:34 -0800 (PST) Received: from mail1.zer0.org ([127.0.0.1]) by localhost (klapaucius.zer0.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78588-02; Tue, 16 Mar 2004 22:51:33 -0800 (PST) Received: from obie.softweyr.com (66-91-236-204.san.rr.com [66.91.236.204]) by mail1.zer0.org (Postfix) with ESMTP id B32BD239AD9; Tue, 16 Mar 2004 22:51:33 -0800 (PST) Received: from zaphod.softweyr.com (zaphod [204.68.178.5]) (authenticated bits=0) by obie.softweyr.com (8.12.10/8.12.10) with ESMTP id i2H6pVYq032060 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 16 Mar 2004 22:51:32 -0800 (PST) (envelope-from wes@softweyr.com) Date: Tue, 16 Mar 2004 22:51:31 -0800 From: Wes Peters To: Gordon Tetlow Message-Id: <20040316225131.010f9a31.wes@softweyr.com> In-Reply-To: <20040317014557.GH660@spiff.melthusia.org> References: <200403151836.i2FIaLCX044950@repoman.freebsd.org> <20040317014557.GH660@spiff.melthusia.org> Organization: Softweyr.com X-Mailer: Sylpheed version 0.9.8 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.39 X-Virus-Scanned: by amavisd-new at zer0.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: wes@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d ramdisk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 06:51:34 -0000 On Tue, 16 Mar 2004 17:45:58 -0800 Gordon Tetlow alleged: > On Mon, Mar 15, 2004 at 10:36:21AM -0800, Wes Peters wrote: > > wes 2004/03/15 10:36:21 PST > > > > FreeBSD src repository > > > > Added files: > > etc/rc.d ramdisk > > Log: > > Add script for creating ramdisks at boot time, in time to be processed > > by fstab. > > Can you add some documentation (and possibly default values) to rc.conf.5 > and etc/defaults/rc.conf? Yeah, as soon as I get it right. ;^) By the way, I didn't shrug off your idea of an mount_md, I just decided it was the wrong way to go. fstab doesn't store that kind of information for any other mount points, only for mfs, so it's probably not the right place to put it. mount_md would've been easier to do, just link mount_md to mdmfs and you'd get the behavior sought. This script seemed like a more 'rc.d-ish' way to do it, modulo the little bug that you can't chown/chgrp before mountcritlocal because chown is in /usr/sbin. Doh! -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com