https://bugzilla.novell.com/show_bug.cgi?id=703682 https://bugzilla.novell.com/show_bug.cgi?id=703682#c19 --- Comment #19 from Dr. Werner Fink <werner@novell.com> 2011-07-07 07:09:07 UTC --- After installation of /etc/profile.d/complete.bash you have to (re)source the file with . /etc/profile.d/complete.bash otherwise the current shell does not know about the new shell completion. Next is that normally /etc/bash.bashrc and therefore also /etc/profile.d/complete.bash will be sourced by any interactive shell that is *not* a login shell. This is the reason why in /etc/profile there exist some lines of shell code to source /etc/bash.bashrc if and only if the variable _SOURCED_FOR_SSH is not set or empty (as ssh does not cause a login a login shell and we do not want a reading loop between /etc/profile and /etc/bash.bashrc) -- 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.