From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MDeU9-0002X0-UP for garchives@archives.gentoo.org; Mon, 08 Jun 2009 13:01:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F12E02EB; Mon, 8 Jun 2009 13:01:51 +0000 (UTC) Received: from mail.marples.name (rsm.demon.co.uk [80.177.111.50]) by pigeon.gentoo.org (Postfix) with ESMTP id 33CE8E02EB for ; Mon, 8 Jun 2009 13:01:51 +0000 (UTC) Received: from [10.44.2.150] (host81-149-27-23.in-addr.btopenworld.com [81.149.27.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.marples.name (Postfix) with ESMTPSA id 3D9A527B1B; Mon, 8 Jun 2009 14:01:50 +0100 (BST) Message-ID: <4A2D0BBA.2010207@marples.name> Date: Mon, 08 Jun 2009 14:01:46 +0100 From: Roy Marples User-Agent: Thunderbird 2.0.0.21 (X11/20090521) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org CC: "Robin H. Johnson" Subject: Re: [gentoo-dev] Detecting Baselayout2/OpenRC from init.d scripts (summary of debate and plans from bug 270646) References: <20090607195950.GI22927@orbis-terrarum.net> <200906080816.01872.vapier@gentoo.org> In-Reply-To: <200906080816.01872.vapier@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 2e5b06fc-28bc-4bbe-b183-2ea7466f8b38 X-Archives-Hash: 14e68809ca5072972db54990e06f3dd3 Mike Frysinger wrote: > i didnt see any real discussion of /sbin/functions.sh ... i dont recall there > being a reason historically for not checking for this file to detect > baselayout-1 vs openrc, and no one has complained about its usage in mdadm ... That works as a baselayout-1 vs openrc test. However, there was, or will be, a need to detect OpenRC version as well which that doesn't address. I don't know if that is needed right now though. Thanks Roy