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=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from exchange.colubris.com (gate.colubris.com [206.162.167.230]) by chiba.3jane.net (Postfix) with ESMTP id 93F092015D8D for ; Mon, 11 Mar 2002 15:31:02 -0600 (CST) Received: from colubris.com ([192.168.30.147] RDNS failed) by exchange.colubris.com with Microsoft SMTPSVC(5.0.2195.3779); Mon, 11 Mar 2002 16:24:14 -0500 Message-ID: <3C8D2204.2030002@colubris.com> Date: Mon, 11 Mar 2002 16:30:44 -0500 From: Yannick Koehler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020218 X-Accept-Language: en-us MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] /etc/init.d References: <3C8CEDD8.2000907@colubris.com> <1015880602.1921.6.camel@silica.localmosci> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Mar 2002 21:24:14.0687 (UTC) FILETIME=[181166F0:01C1C943] 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: 98507133-ca21-490d-9004-1dc17dd9c5e1 X-Archives-Hash: 61dfc5478cd7b717d20aa396573088cb Tod M. Neidt wrote: > Hi! > > On Mon, 2002-03-11 at 11:48, Yannick Koehler wrote: > >>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)? >> > > I suggest that you review 'emerge --help config' > > Summary: > > Protected directories are set with CONFIG_PROTECT= in /etc/make.conf > (global setting is in /etc/make.globals). > > To override for a particular directory or subdirectory use > CONFIG_PROTECT_MASK= > > For example, > > CONFIG_PROTECT="/etc" > > to protect everything under /etc from getting automagically updated. > > CONFIG_PROTECT_MASK="/etc/init.d" > > if you want to allow stuff under /etc/init.d to be updated without > review. > > > Essentially all the functionality that you mention already exists. > Also, as has already been mentioned, etc-update is your friend. > > Hope that helps, > > tod > > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev > Great, at last, I have the answer I was looking for. I have not seen etc-update because it's a package (gentoolkit) I didn't install because I didn't need it. Thanks Yannick Koehler