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 05DB32015E1F for ; Mon, 11 Mar 2002 17:29:21 -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 18:22:32 -0500 Message-ID: <3C8D3DBD.9010105@colubris.com> Date: Mon, 11 Mar 2002 18:29:01 -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> <3C8CF4C5.1050901@colubris.com> <20020311184223.GB28735@rearviewmirror.org> <3C8D0648.6070300@colubris.com> <1015875432.13991.32.camel@wubble.Genuity.COM> <3C8D1DF0.8050700@colubris.com> <20020311220735.GA3420@yggdrasil.maisel.enst-bretagne.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Mar 2002 23:22:32.0843 (UTC) FILETIME=[9EE60DB0:01C1C953] 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: 2cf3b8c9-6324-4405-aeb7-625bc0e4aaf8 X-Archives-Hash: 5817a315e346ce1ee8a57686ef3f22bc Defresne Sylvain wrote: > * Yannick Koehler (yannick.koehler@colubris.com) wrote: > >>Actually what I was looking for is a way to exclude /etc/init.d forever. >> But keeping the protection on /etc. >> > > Then export CONFIG_PROTECT_MASK="/etc/init.d" and then /etc/init.d will be > excluded from config file protection ! If you like it, you can add it to > /etc/make.conf ... > > Bye > Thanks, Someone already answered me on that. Yannick Koehelr