From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-28530-garchives=archives.gentoo.org@gentoo.org>)
	id 1JA4n3-00023V-SD
	for garchives@archives.gentoo.org; Wed, 02 Jan 2008 14:41:54 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m02Ef0dN030287;
	Wed, 2 Jan 2008 14:41:00 GMT
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169])
	by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m02Ed3fW027890
	for <gentoo-dev@lists.gentoo.org>; Wed, 2 Jan 2008 14:39:03 GMT
Received: by ug-out-1314.google.com with SMTP id j3so2878957ugf.49
        for <gentoo-dev@lists.gentoo.org>; Wed, 02 Jan 2008 06:39:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        bh=l4PTMxR3tCjqoZ2/yZ7qQ09GBYb/kmAdOTYzW/6HDws=;
        b=qdUxEH+iig+qNyhKRJ54XMPPUZRGfrzEMxibrrjiYKISPRNXu1vvaacGO3xNR4TzfSYoDstvqUCTJMheqM5IPbmLEc+NHxx1aa7/O9kGXZRLIZ7Qfq33N+MLixAgTHcLxHtZgr60fHA2CDvMccZotTj/SbhWw7H3n0BV1Voyq4M=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=brKvFOfnIX9uqVIkq2fcvgIktDdz4ac3p7CvBnw1VEqeeCai2GsO5WtDFJ6oZSThcvieXbWQ2RZAwgoC/ehSskzAOXWM8eR6LhHEuOXmxZxiyKjTXkue4sDh4gegkY/Yi5ZFUEc/ZEu1Ygsl/5LnVlnItGmfd/nPiFOa5TE3Q60=
Received: by 10.67.115.17 with SMTP id s17mr1354488ugm.56.1199284743060;
        Wed, 02 Jan 2008 06:39:03 -0800 (PST)
Received: by 10.67.117.17 with HTTP; Wed, 2 Jan 2008 06:39:03 -0800 (PST)
Message-ID: <9e0cf0bf0801020639j2d620353mcf18ff5bc37af44c@mail.gmail.com>
Date: Wed, 2 Jan 2008 16:39:03 +0200
From: "Alon Bar-Lev" <alonbl@gentoo.org>
Sender: alon.barlev@gmail.com
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] OpenRC available for testing.
In-Reply-To: <1199216999.25213.14.camel@localhost>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1199191260.2786.9.camel@uberpc.marples.name>
	 <477A91A5.7010102@gmail.com> <1199216999.25213.14.camel@localhost>
X-Google-Sender-Auth: 431281b937fcbdc4
X-Archives-Salt: 07c9fe01-c86f-4ec9-ba1c-bda6c99ce980
X-Archives-Hash: 614b1a22ba9b67e137f0b233079ecd29

On 1/1/08, Roy Marples <roy@marples.name> wrote:
> > It took me some time to find /etc/conf.d/modules, but it's certainly
> > useful :).
>
> It also means all config files, with the exceptions of fstab and rc.conf
> are in conf.d and not some random dir :)

Took me a while too... Some ChangeLog documentation should be available.

Also I think this is a regression:
# update-modules
/sbin/update-modules: line 118: KV_to_int: command not found
/sbin/update-modules: line 118: KV_to_int: command not found
/sbin/update-modules: line 263: is_older_than: command not found

And I think there is a circular dependency of:
openrc->init-module-tools->baselayout->openrc

I did not understand the comments in rc.conf regarding the external
dependency...
# It's possible to define extra dependencies for services like so
#rc_config="/etc/foo"
#rc_need="openvpn"
#rc_use="net.eth0"
#rc_after="clock"
#rc_before="local"

How can I add a specific service dependency using this mechanism? The
modified service name is missing...

I also notice that the timezone of clock is gone, any alternative?
Also the network dependency of stopping/starting services when network
is unavailable/available is gone, any alternative?

Thanks!
Alon.
-- 
gentoo-dev@gentoo.org mailing list