https://bugzilla.novell.com/show_bug.cgi?id=792182 https://bugzilla.novell.com/show_bug.cgi?id=792182#c4 --- Comment #4 from Stefan Seyfried <seife@novell.slipkontur.de> 2012-11-30 20:02:40 CET --- Yes, works. But I think the patch is incomplete (i just checked the sysconfig/language description and /etc/profile.d/lang.sh): * if ROOT_USES_LANG == yes => behaviour as before the handle-root-uses-lang.patch * else if ROOT_USES_LANG == ctype => LANG=POSIX, LC_CTYPE=$RC_LANG -> this is implemented in handle-root-uses-lang.patch * else (ROOT_USES_LANG != yes && != ctype) => LANG=POSIX The default of ROOT_USES_LANG (even if unset) is "no", even though the comment in my /etc/sysconfig/language says the default would be "ctype". So the missing case in the patch is the "ROOT_USES_LANG != yes". ... and IMHO for system daemons this is also a better default ... -- 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.