From owner-freebsd-current@FreeBSD.ORG Mon Jun 16 19:13:33 2003 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 C033137B401 for ; Mon, 16 Jun 2003 19:13:33 -0700 (PDT) Received: from helios.earthmagic.org (helios.earthmagic.org [198.78.66.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3271543FBF for ; Mon, 16 Jun 2003 19:13:33 -0700 (PDT) (envelope-from lonewolf-freebsd@earthmagic.org) Received: (qmail 17608 invoked from network); 17 Jun 2003 02:13:32 -0000 Received: from ppp1096.vic.padsl.internode.on.net (HELO earthmagic.org) (lonewolf@150.101.221.71) by helios.earthmagic.org with RC4-MD5 encrypted SMTP; 17 Jun 2003 02:13:32 -0000 Message-ID: <3EEE7A15.6070904@earthmagic.org> Date: Tue, 17 Jun 2003 12:16:53 +1000 From: Johny Mattsson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 5.1-R: rcNG - 'mountall' missing? 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: Tue, 17 Jun 2003 02:13:34 -0000 Hi all, I just upgraded a couple of my systems to 5.1-REL and have been exploring the new stuff ever since. First off, I'd like to extend a big thanks to the rcNG people - well done, this is so much nicer/better/flexible than the old system! :) Then on to the question: there appears to be a number of scripts missing from /etc/rc.d, as is very noticeable when running rcorder(8) on them. Particularly the 'mountall' script is depended on by a number of other scripts. I had a quick look at what 'mountall' looks like on a NetBSD box I have access to, and it basically just issues a (u)mount -a. Is there a good reason why we don't have mountall? Are all avenues really covered by the mountcrit scripts? There is of course a specific reason why I'm interested in mountall, but more about that later... Cheers, /Johny