diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-27 13:16:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-27 13:16:08 +0000 |
commit | 48c25883e2670d8b1f76c69421be57e689db18e1 (patch) | |
tree | 9616e78eded529326aa45949b63e19c3dcc4c2b9 | |
parent | 587578bc76c0cb06409b4770032b06d1846291b8 (diff) | |
download | drakx-48c25883e2670d8b1f76c69421be57e689db18e1.tar drakx-48c25883e2670d8b1f76c69421be57e689db18e1.tar.gz drakx-48c25883e2670d8b1f76c69421be57e689db18e1.tar.bz2 drakx-48c25883e2670d8b1f76c69421be57e689db18e1.tar.xz drakx-48c25883e2670d8b1f76c69421be57e689db18e1.zip |
fix setting locales (#43224)
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/service_harddrake.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 9e5353325..b65a75e8a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - bootloader-config: o call mkinitrd without "-v" to make it silent (#42992) +- harddrake service: + o fix setting locales (#43224) Version 11.22 - 21 August 2008 diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index fbea051f2..1419f3271 100755 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -16,7 +16,7 @@ ### END INIT INFO # This is an interactive program, we need the current locale -[[ -f /etc/profile.d/lang.sh ]] && . /etc/profile.d/lang.sh +[[ -f /etc/profile.d/10lang.sh ]] && . /etc/profile.d/10lang.sh # Source function library. . /etc/rc.d/init.d/functions |