Recommended update for aaa_base
This update for aaa_base provides the following fixes:
- Support changing PS1 even for mksh and user root. (bsc#1036895)
- Unset unused variables on profile files. (bsc#1049577)
- Unset id in csh.cshrc instead of profile.csh. (bsc#1049577)
- Allow that personal ~/.bashrc is read again. (bsc#1052182)
- Avoid that IFS becomes global in _ls ksh shell function. (bsc#1079674, bsc#1025743)
- Replace "cat > file" by "mv -f ... file" in pre/post to fix issues with clients
having these files mmapped. (bsc#1038549)
This update was imported from the SUSE:SLE-12-SP3:Update update project.
-
Submitted by
Ruediger Oertel (oertel)
Fixed bugs
bnc#1025743
/etc/profile.d/ls.bash overwrites IFS value with ksh93
bnc#1036895
L3-Question: ksh prompt not setup as expected in SLES12
bnc#1038549
Upgrading to aaa_base-11-6.99.100.1.x86_64 can crash IBM Informix due to getgrgid
bnc#1049577
Login profile should not leave variables behind
bnc#1052182
Login bash shells no longer read .bashrc
bnc#1079674
L3: ksh: ls alias breaks $IFS