Mailinglist Archive: opensuse-bugs (13483 mails)

< Previous Next >
[Bug 299647] profile: Incorrect order?
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 1 Oct 2007 06:03:03 -0600 (MDT)
  • Message-id: <20071001120303.3E7E6245269@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=299647#c5





--- Comment #5 from Jan Engelhardt <jengelh@xxxxxx> 2007-10-01 06:03:02 MST ---
This rule is violated with ssh.

#
# bash.bashrc
#
if test -n "$SSH_CLIENT" -a -z "$PROFILEREAD" ; then
. /etc/profile > /dev/null 2>&1
fi


This means that profile is read after (and quite late, actually) bash.bashrc.
Can this be moved up?


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >