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.43) id 1Dtqdx-0007cK-OU for garchives@archives.gentoo.org; Sat, 16 Jul 2005 17:40:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6GHd0r4014214; Sat, 16 Jul 2005 17:39:00 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6GHbKQf021487 for ; Sat, 16 Jul 2005 17:37:21 GMT Received: by zproxy.gmail.com with SMTP id j25so527286nzf for ; Sat, 16 Jul 2005 10:37:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CV+pYzE3XPJFPF8xAqact8vbEFVXO/4I2QCMZADDwCLVSVdPjxRErKz2DyFJGyGbaEAhLEFMvz3ZVW/ty2oROdG5P5RPF8pKUzWcWelg0eaifnbiHCZctJsbzeCgK6Uia6mIXWfuS69qJ2izjSI9huGbBN7/JcHT13Dq4xJUCWg= Received: by 10.36.157.2 with SMTP id f2mr2590569nze; Sat, 16 Jul 2005 10:37:49 -0700 (PDT) Received: by 10.36.141.2 with HTTP; Sat, 16 Jul 2005 10:37:49 -0700 (PDT) Message-ID: <9f90e8bf0507161037b580c07@mail.gmail.com> Date: Sat, 16 Jul 2005 14:37:49 -0300 From: Herbert Fischer To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] /etc/profile.d/ In-Reply-To: <20050716190304.12bb0ddc@sven.genone.homeip.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <9f90e8bf05071514597043b7bb@mail.gmail.com> <200507151902.38224.vapier@gentoo.org> <42D86212.6060407@gentoo.org> <200507152134.09075.vapier@gentoo.org> <20050716190304.12bb0ddc@sven.genone.homeip.net> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j6GHbKQf021487 X-Archives-Salt: bf8be814-6ea5-46c5-bc9d-ade91415f3ca X-Archives-Hash: 1695b9e3b0b49c9b4a015c13dd767ddc So... why /etc/.skel/ needs to be touched by Gentoo emerges? Isn't this directory subject to developers installing foo-bar.sh files? So, isn't this case the same with /etc/profile.d ?? On 7/16/05, Marius Mauch wrote: > On Fri, 15 Jul 2005 21:34:09 -0400 > Mike Frysinger wrote: > > > we could care less what users do with /etc/profile.d ... the point is > > that *only* users should use /etc/profile.d ... we dont want random > > Gentoo developer Foo installing some Bar.sh into /etc/profile.d with > > package app-crap/FooBar > > Would the following in /et/profile be a solution to this problem? > > for x in $( < /etc/profile.d/.default); do > source "/etc/profile.d/${x}" > done > > That way devs could install stuff there, but it would only be run if > users added it to the .default file. > > Marius > > -- > Public Key at http://www.genone.de/info/gpg-key.pub > > In the beginning, there was nothing. And God said, 'Let there be > Light.' And there was still nothing, but you could see a bit better. > > > -- gentoo-dev@gentoo.org mailing list