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 1DtrN7-00006y-D7 for garchives@archives.gentoo.org; Sat, 16 Jul 2005 18:26:45 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6GIPekZ015706; Sat, 16 Jul 2005 18:25:40 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6GIO1YY026291 for ; Sat, 16 Jul 2005 18:24:02 GMT Received: by zproxy.gmail.com with SMTP id z3so530199nzf for ; Sat, 16 Jul 2005 11:24:31 -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=DP+IpYKrw6om/swV72OXMeuL1SLXctBGdKUX3ZT+4Fxmm+eLU+GckSD0LFvQi9XHSKIcBfhRrrungLTL+ZMpJWVSvhjV/nuk8E5qbTfvFYgboItwPF1f5719Rjv5Lq2RB5gSk9HZTh7Z0TdEnAYybKGbC8lFQQah58FaspbqLvw= Received: by 10.36.220.67 with SMTP id s67mr2620186nzg; Sat, 16 Jul 2005 11:24:31 -0700 (PDT) Received: by 10.36.141.2 with HTTP; Sat, 16 Jul 2005 11:24:31 -0700 (PDT) Message-ID: <9f90e8bf05071611247691a412@mail.gmail.com> Date: Sat, 16 Jul 2005 15:24:31 -0300 From: Herbert Fischer To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] /etc/profile.d/ In-Reply-To: <9f90e8bf0507161108656f8747@mail.gmail.com> 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> <9f90e8bf0507161037b580c07@mail.gmail.com> <9f90e8bf0507161108656f8747@mail.gmail.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j6GIO1YY026291 X-Archives-Salt: ba16d324-7017-486e-972a-d866596f817b X-Archives-Hash: 2cf86f48da68be726d54a2ead8bc675e Could be /etc/env.d and env-update extended to support more things like aliases and shell functions? On 7/16/05, Herbert Fischer wrote: > I meant... Isn't this directory subject to developers installing > custom .bashrc or .bash_profile, or whatever automatically executed on > login? > > On 7/16/05, Herbert Fischer wrote: > > 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