From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,HK_RANDOM_ENVFROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from littlethulu.craigthulu.com (overload.ocfl.net [192.234.90.30]) by chiba.3jane.net (Postfix) with ESMTP id D81C92019EE3 for ; Mon, 11 Mar 2002 12:06:11 -0600 (CST) Received: by littlethulu.craigthulu.com (Postfix, from userid 500) id 4F82A4595B7; Mon, 11 Mar 2002 13:02:48 -0500 (EST) Date: Mon, 11 Mar 2002 13:02:48 -0500 From: "Craig M. Reece" To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] /etc/init.d Message-ID: <20020311180248.GB1380@littlethulu.craigthulu.com> References: <3C8CEDD8.2000907@colubris.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C8CEDD8.2000907@colubris.com> User-Agent: Mutt/1.3.25i Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: eb521f1c-50d5-42fe-ab2a-075634ab8c1d X-Archives-Hash: f4c003d164f1dfd89ce950ace5498e4b On Mon, Mar 11, 2002 at 12:48:08PM -0500, Yannick Koehler spoke thusly: > > Guys, > > not sure for anyone else but is init.d really need to be protected? > I mean does someone really change files in that directory (other than > adding or removing)? > > That dir should always get merged. It would also get really nice of > the portage could detect that no changes has been made to the file since > its installation and therefore merge it without any issues. > > Like if the protected config file's time were saved in a temp files > that portage would look into before merging to see if the date has or not > change since the last install. > Yes it needs to be protected. I, for instance, have my own version of pcmcia in there that I don't want stepped on. Also, I have a couple of other custom scripts for things not in portage yet; and when they are in portage, I want to be able to compare the differences before using one or the other.