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.60) (envelope-from ) id 1GNUb4-0006PP-E6 for garchives@archives.gentoo.org; Wed, 13 Sep 2006 13:16:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8DDFAIr018725; Wed, 13 Sep 2006 13:15:11 GMT Received: from um1.unlimitedmail.net (139.Red-80-26-111.staticIP.rima-tde.net [80.26.111.139]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8DDA91Y008551 for ; Wed, 13 Sep 2006 13:10:10 GMT Received: from ppp.zz ([137.204.208.98]) (authenticated bits=0) by um1.unlimitedmail.net (8.13.7/8.13.4) with ESMTP id k8DDA3DW002387 for ; Wed, 13 Sep 2006 15:10:05 +0200 From: Etaoin Shrdlu To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] /etc/profile.d/ and non-root users Date: Wed, 13 Sep 2006 15:34:39 +0200 User-Agent: KMail/1.9.1 References: <200609131226.10746.pupeno@pupeno.com> In-Reply-To: <200609131226.10746.pupeno@pupeno.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609131534.39538.shrdlu@unlimitedmail.org> X-UnlimitedMail-MailScanner: Found to be clean X-UnlimitedMail-MailScanner-From: shrdlu@unlimitedmail.org X-Archives-Salt: e90c291b-6756-41b4-bce0-ea74de9be221 X-Archives-Hash: 456760efabf3896d686f095cb826c568 On Wednesday 13 September 2006 14:26, Pupeno wrote: > Hello, > I have created a file > > /etc/profile.d/aliases.sh > > containing > > aliases.sh > > and when I log in as root it is clearly loaded. But when I log in as > my normal user, it is not. Any ideas ? Looking at the shell initialization files, seems that the only script which checks the contents of /etc/profile.d and sources some files from there is /etc/csh.cshrc (unless I missed some). So, is your root account using csh as its default shell and the normal user instead uses bash? -- gentoo-user@gentoo.org mailing list