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-28533-garchives=archives.gentoo.org@gentoo.org>)
	id 1JA5Oo-0004SK-RB
	for garchives@archives.gentoo.org; Wed, 02 Jan 2008 15:20:55 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m02FJNH1012407;
	Wed, 2 Jan 2008 15:19:23 GMT
Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188])
	by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m02FFm8J006797
	for <gentoo-dev@lists.gentoo.org>; Wed, 2 Jan 2008 15:15:49 GMT
Received: by rv-out-0910.google.com with SMTP id b22so4029087rvf.46
        for <gentoo-dev@lists.gentoo.org>; Wed, 02 Jan 2008 07:15:48 -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=WZID8Dgv+lBM/4DydnjDCExIdv8LdxC0V/LDUKkpHyo=;
        b=AD1A/4q5GIYP/Ez15CIUzQt9h5fohIfPWCUc7B1S5hNV4JM6Tbtg+cqn/FxEqIy2G5eS/0N+KcGKkYHa38ttktbpFDqMhZ+ZXqI2Hifk4caLFW8bwO++DAuZJZvObuo0HkOmSdcXdzo29QEy8ND33tryHeeIA5aLatqs5gzWx8U=
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=LuEl8SU/9ajR2lJ+9vU6SzDo9Q7b9dcEqH5Mtxnr1TRAFfSDxHoQ/TXuvFwnV1KHSoO/erpWuzuwfBkrsqx/fl9NJZXA4ntK8FQDJmrN6iSn2Ha5QTjkGzOS7+k5Y8g0EqXo2U+2AGPL4hhFSSxNFmeHqKOfD6aTFPaN6nmiXyo=
Received: by 10.140.180.11 with SMTP id c11mr3437040rvf.137.1199286948608;
        Wed, 02 Jan 2008 07:15:48 -0800 (PST)
Received: by 10.141.195.9 with HTTP; Wed, 2 Jan 2008 07:15:48 -0800 (PST)
Message-ID: <9e0cf0bf0801020715o559d04a6ne7b7148c9a4d133@mail.gmail.com>
Date: Wed, 2 Jan 2008 17:15:48 +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: <1199286346.2373.16.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>
	 <9e0cf0bf0801020639j2d620353mcf18ff5bc37af44c@mail.gmail.com>
	 <1199286346.2373.16.camel@localhost>
X-Google-Sender-Auth: 1a5ee0e8710aecd8
X-Archives-Salt: 92b64a71-d359-4159-82f6-b117a5b43072
X-Archives-Hash: 2b3c41abdf52fd56b44a0687970a4d68

On 1/2/08, Roy Marples <roy@marples.name> wrote:
> Those functions were removed from functions.sh as only update-modules
> still uses them. udev does use KV_to_int though. I don't really want to
> add those functions back. Although we could trivially add is_older_than
> as a C applet built into rc.

So who should take care of this?

> > How can I add a specific service dependency using this mechanism? The
> > modified service name is missing...
>
> They're supposed to belong in /etc/conf.d/$SVCNAME
> Maybe you could suggest better wording?
>
> I suppose we could also allow
> rc_$SVCNAME_$depend to work, for example
>
> rc_clock_need="modules"

Oh... This is good, just document it... :)

You did not reply regarding this one:

> > Also the network dependency of stopping/starting services when network
> > is unavailable/available is gone, any alternative?

Regards,
Alon.
-- 
gentoo-dev@gentoo.org mailing list