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 1Dtq03-0008Qq-Rh for garchives@archives.gentoo.org; Sat, 16 Jul 2005 16:58:52 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6GGvmPh008480; Sat, 16 Jul 2005 16:57:48 GMT Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6GGu64S003693 for ; Sat, 16 Jul 2005 16:56:06 GMT Received: from dsl-213-023-210-254.arcor-ip.net [213.23.210.254] (helo=sven.genone.homeip.net) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML25U-1Dtpxq2mo1-0001ru; Sat, 16 Jul 2005 18:56:34 +0200 Date: Sat, 16 Jul 2005 19:03:04 +0200 From: Marius Mauch To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] /etc/profile.d/ Message-ID: <20050716190304.12bb0ddc@sven.genone.homeip.net> In-Reply-To: <200507152134.09075.vapier@gentoo.org> References: <9f90e8bf05071514597043b7bb@mail.gmail.com> <200507151902.38224.vapier@gentoo.org> <42D86212.6060407@gentoo.org> <200507152134.09075.vapier@gentoo.org> Organization: Gentoo X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; x86_64-pc-linux-gnu) 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: multipart/signed; boundary=Signature_Sat__16_Jul_2005_19_03_04_+0200_wby4rAlODcgOQ_Q_; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:7e6c91d1b14dbccceb2f2166522fa0f6 X-Archives-Salt: 7129cc50-df1e-467b-800a-7fca84a3e2a4 X-Archives-Hash: bb8eef91bff5f4a5019e7cc5f764c007 --Signature_Sat__16_Jul_2005_19_03_04_+0200_wby4rAlODcgOQ_Q_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 --=20 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. --Signature_Sat__16_Jul_2005_19_03_04_+0200_wby4rAlODcgOQ_Q_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC2T3bWzrL1pM7SNcRAps5AJ4yYu263kXrN19O21ypSdWpo8VoUQCfe5eY jtlqg3Kn9e5/lprao79TWP0= =wlJ/ -----END PGP SIGNATURE----- --Signature_Sat__16_Jul_2005_19_03_04_+0200_wby4rAlODcgOQ_Q_-- -- gentoo-dev@gentoo.org mailing list