> > I've got a problem: very time I log into my LFS 6.0 machine > > /etc/profile > > > > and /etc/bashrc isn't loaded. Where can I set, that those files are > > loaded while login? > > In your ~/.bashrc, there should be something like : > > if [ -f "/etc/bashrc" ] ; then > source /etc/bashrc > fi > > For the profile, I think it is loaded in all kind of shells, so there > shouldn't be any problem. Verify that your scripts in /etc/profile.d > are executable. > > Just my guess... > > \bye
Thank you for your answer. It now works at the login promt (tty). But it doesn't work at any window/desktop manager. If I start a xterm it doesn't source .profile or .bashrc. Where can I set that xterm should source those files? bye Micha -- Linux-User #354776 with the Linux Counter, http://counter.li.org/ Bitte senden Sie mir keine Word- oder PowerPoint-Anh�nge. Siehe http://www.fsf.org/philosophy/no-word-attachments.de.html -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
