/[smeserver]/rpms/e-smith-base/sme8/e-smith-base-4.18.0-gettextErrors.patch2
ViewVC logotype

Contents of /rpms/e-smith-base/sme8/e-smith-base-4.18.0-gettextErrors.patch2

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


Revision 1.2 - (show annotations) (download)
Wed Mar 26 17:01:51 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm
2 --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2008-03-01 01:18:41.000000000 +1100
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2008-03-01 01:15:36.000000000 +1100
4 @@ -639,6 +639,7 @@
5 #------------------------------------------------------------
6
7 {
8 + my $EthernetAssign = $db->get_value('EthernetAssign');
9
10 my @args = (
11 gettext("normal"), gettext("eth0 is local, eth1 is external"),
12 @@ -648,7 +649,7 @@
13 ($rc, $choice) = $console->menu_page
14 (
15 title => gettext("Select ethernet card assignment"),
16 - default => gettext($db->get_value('EthernetAssign')),
17 + default => gettext($EthernetAssign),
18 text =>
19 gettext("You have two Ethernet cards which use the same driver. The server will automatically designate one for your local network (called eth0) and one for your external Internet connection (called eth1). If this default assignment is not appropriate for your situation, you can select the opposite assignment using swapped mode. Most installations can accept the default setting of normal.") .
20 "\n\n" .

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