From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-49214-garchives=archives.gentoo.org@gentoo.org>)
	id 1GGj1R-00055g-3A
	for garchives@archives.gentoo.org; Fri, 25 Aug 2006 21:15:25 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k7PLApxP026945;
	Fri, 25 Aug 2006 21:10:51 GMT
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236])
	by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k7PL89Kk008835
	for <gentoo-user@lists.gentoo.org>; Fri, 25 Aug 2006 21:08:09 GMT
Received: by wx-out-0506.google.com with SMTP id r21so1080915wxc
        for <gentoo-user@lists.gentoo.org>; Fri, 25 Aug 2006 14:08:08 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=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;
        b=k8NxepCS3c98bHpgAHGe/xBPx5Sjz1Qjjb5m9eMUTYi7NZfkm5X57iDC4c3+TD+HXQXmvF5nk8dWZMhm+mcSDnfNyHKf1kCHDKAGfV3bTMQ9o6+GnS+Gvh5fa8eQdNlwvIHjL9iyC6KMdL5CgamjnH1mdlm5nIoFasL7WWh5nPw=
Received: by 10.70.131.19 with SMTP id e19mr5244959wxd;
        Fri, 25 Aug 2006 14:06:35 -0700 (PDT)
Received: by 10.70.110.1 with HTTP; Fri, 25 Aug 2006 14:06:35 -0700 (PDT)
Message-ID: <7573e9640608251406o2f8e58d8t3c4aebc4622c2ec2@mail.gmail.com>
Date: Fri, 25 Aug 2006 14:06:35 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Gentoo 2006.0 and udev
In-Reply-To: <200608252020.36928.michaelkintzios@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1156496679.10001.13.camel@frankies>
	 <7573e9640608250250k11c8b74l8535dc27f50775a0@mail.gmail.com>
	 <200608252020.36928.michaelkintzios@gmail.com>
X-Google-Sender-Auth: f811338a5198a372
X-Archives-Salt: 0f6030ff-dbd8-48b8-8a9b-4bb37d9a5a84
X-Archives-Hash: 115ffcf013b8f591b6b3a91fe4f3eda1

On 8/25/06, Mick <michaelkintzios@gmail.com> wrote:
> On Friday 25 August 2006 10:50, Richard Fish wrote:
> > > I remember some discussion about hotplug/coldplug and if coldplug makes
> > > sense at all.
> >
> > Coldplug is dead and gone, usurped by udev.
>
> I know what you're saying, but I seem to still have coldplug in my boot
> runlevel and of course it kicks in every time I boot.  I have not noticed any
> errors.  Shouldn't it have been removed automatically through the  baselayout
> and udev updates?

Yeah, udev >= 089 blocks coldplug, so the init script should have been
removed, assuming you have upgraded to udev >= 089.

But perhaps you don't have /etc/init.d in CONFIG_PROTECT_MASK?  In
this case, portage will consider the init scripts to be configuration
files, and will not remove them when the associated package is
removed.

carcharias rjf # emerge --info | grep CONFIG_PROTECT
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/init.d /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
/etc/terminfo"

-Richard
-- 
gentoo-user@gentoo.org mailing list