diff options
author | Colin Guthrie <colin@mageia.org> | 2015-02-08 14:28:56 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2015-02-08 15:30:26 +0000 |
commit | 6c23072af9db257153d993e6a87bfc02b69a2263 (patch) | |
tree | 19810554501166b11e424b849959d53bb5709bf1 /perl-install/any.pm | |
parent | 8598eb09637c23d2f21d4807d30c691b5cb17dbd (diff) | |
download | drakx-6c23072af9db257153d993e6a87bfc02b69a2263.tar drakx-6c23072af9db257153d993e6a87bfc02b69a2263.tar.gz drakx-6c23072af9db257153d993e6a87bfc02b69a2263.tar.bz2 drakx-6c23072af9db257153d993e6a87bfc02b69a2263.tar.xz drakx-6c23072af9db257153d993e6a87bfc02b69a2263.zip |
i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18n
Ensure we read and write the /etc/locale.conf file, but still support reading
from /etc/sysconfig/i18n to cope with upgrades.
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index e3bc3b3ae..8042a5539 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1258,6 +1258,7 @@ sub report_bug { header("urpmi.cfg"), cat_("$::prefix/etc/urpmi/urpmi.cfg"), header("modprobe.preload"), cat_("$::prefix/etc/modprobe.preload"), header("sysconfig/i18n"), cat_("$::prefix/etc/sysconfig/i18n"), + header("locale.conf"), cat_("$::prefix/etc/locale.conf"), header("/proc/iomem"), cat_("/proc/iomem"), header("/proc/ioport"), cat_("/proc/ioports"), map_index { even($::i) ? header($_) : $_ } @other; |