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 1MDcK3-0006Nh-4M for garchives@archives.gentoo.org; Mon, 08 Jun 2009 10:43:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E68E02CE; Mon, 8 Jun 2009 10:43:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 47CD5E02CE for ; Mon, 8 Jun 2009 10:43:21 +0000 (UTC) Received: from [10.0.0.31] (unknown [193.172.236.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2C6006518F; Mon, 8 Jun 2009 10:43:19 +0000 (UTC) Message-ID: <4A2CEA79.1030005@gentoo.org> Date: Mon, 08 Jun 2009 12:39:53 +0200 From: Joe Peterson User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) 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: Roy Marples 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> <200906080345.01720.vapier@gentoo.org> <4A2CE3F4.8010607@marples.name> <200906080619.20962.vapier@gentoo.org> In-Reply-To: <200906080619.20962.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f34d32a2-f2d2-47cd-b0de-90f72ff784d4 X-Archives-Hash: 83f5495b3866050fafc72fc6c4bbacdb Mike Frysinger wrote: > maybe, but since we arent going to use /libexec/ at this time, that means /etc > is the next best place How about /usr/share/openrc/version? Since /usr/share is supposed to contain package-specific (but platform independent) files that are *not* meant to be modified (unlike /etc), seems like it might be a good place for it. -Joe