diff options
-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 |