From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 07:33:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B0E16A4CE for ; Thu, 4 Nov 2004 07:33:28 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B83E43D2D for ; Thu, 4 Nov 2004 07:33:28 +0000 (GMT) (envelope-from ben.kelly@ieee.org) Received: (qmail 27864 invoked from network); 4 Nov 2004 07:33:27 -0000 Received: from vadev.org (HELO [192.168.1.101]) (desdicardo@[66.92.166.151]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with RC4-SHA encrypted SMTP for ; 4 Nov 2004 07:33:27 -0000 In-Reply-To: <20041016075021.GU73767@darkness.comp.waw.pl> References: <20041016075021.GU73767@darkness.comp.waw.pl> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ben Kelly Date: Thu, 4 Nov 2004 02:33:29 -0500 To: Pawel Jakub Dawidek X-Mailer: Apple Mail (2.619) X-Mailman-Approved-At: Thu, 04 Nov 2004 13:19:47 +0000 cc: freebsd-current@freebsd.org Subject: Re: rcNG cleanups. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 04 Nov 2004 07:33:28 -0000 On Oct 16, 2004, at 3:50 AM, Pawel Jakub Dawidek wrote: > ramdisk_units > ramdisk__config > ramdisk__newfs > ramdisk__owner > ramdisk__perms > > Those ramdisk_* variables are from NetBSD, right? I believe Wes Peters added these last April. See: http://docs.FreeBSD.org/cgi/mid.cgi?200403112047.43739.wes The rc scripts appear to have gone through some review, but are not currently hooked into etc/rc.d/Makefile. I am using them successfully in 5.3-RC2 right now, although the scripts spam the boot log with some debug. - Ben