/[smeserver]/rpms/e-smith-base/sme10/e-smith-base-5.8.0.bz9724.locale_sysconfig.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme10/e-smith-base-5.8.0.bz9724.locale_sysconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sun Jun 6 20:38:58 2021 UTC (3 years ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
5.8.1

1 diff -Nur e-smith-base-5.8.0.old/root/etc/e-smith/db/configuration/migrate/05sysconfig e-smith-base-5.8.0/root/etc/e-smith/db/configuration/migrate/05sysconfig
2 --- e-smith-base-5.8.0.old/root/etc/e-smith/db/configuration/migrate/05sysconfig 2016-08-04 06:50:01.243000000 -0400
3 +++ e-smith-base-5.8.0/root/etc/e-smith/db/configuration/migrate/05sysconfig 2016-08-04 06:52:23.987000000 -0400
4 @@ -3,7 +3,7 @@
5 my ($line) = grep(/^LANG/, <F>);
6 close F;
7
8 - my $lang = ($line =~ /^LANG="(.*)"/) ? $1 : "en-us";
9 + my $lang = ($line =~ /^LANG="?([a-zA-Z0-9_.-]*)"?/) ? $1 : "en_US.UTF-8";
10
11 my $kbdtype = "pc";
12 my $keytable = "us";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed