Hi,

as we have several lines containing "LANG=" in "/etc/sysconfig/i18n", 
e.g. "KDE_LANG=" the determination of the boot language fails.

After applying the attached patch everything went well an I got german 
messages (At least those I alredy translated ;-)

-- 
                                                        _     
Tschüss und bis demnächst/à bientôt,                  _|_|_   
                                                       (")   *
                                    Stefan             /v\  / 
                                                     /(   )X  Penguin Powered!
+------------------------------------+----------------(m-m)------------------+
diff -u /etc/init.d/functions.rpmorig /etc/init.d/functions
--- /etc/init.d/functions.rpmorig       Thu Feb 15 01:05:43 2001
+++ /etc/init.d/functions       Thu Feb 15 01:06:02 2001
@@ -56,7 +56,7 @@
 fi
 
 if [ -z "$GP_LANG" -a -f /etc/sysconfig/i18n ]; then
-   GP_LANG=$(sed -n 's/LANG=//p' < /etc/sysconfig/i18n)
+   GP_LANG=$(sed -n 's/^LANG=//p' < /etc/sysconfig/i18n)
 fi
 
 gprintf() {

Reply via email to