Hi all, Please review the fix for the following bugs: http://defect.opensolaris.org/bz/show_bug.cgi?id=4499 - At language screen, when selecting "No default language support", nothing are shown in Territory combox
http://defect.opensolaris.org/bz/show_bug.cgi?id=4500 - When selecting "No default language support", /LANG="C/POSIX" is set etc/default/init Webrev at http://cr.opensolaris.org/~jedy/44994500/ usr/src/cmd/gui-install/src/language-screen.c Fixes 4499. If locale_name do not have (), return the whole string. Also rename get_locale_name to get_locale_desc because the original name is misleading. usr/src/cmd/gui-install/src/orchestrator-wrappers.c Fixes 4500. Change locale_name from "C/POSIX" to C because this will be passed to /etc/default/init as the default locale. Also remove N_() because this string do not need to be translated. Regards, Jedy