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

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

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


Revision 1.1 - (show annotations) (download)
Sat Mar 8 12:25:30 2008 UTC (16 years, 3 months ago) by burnat
Branch: MAIN
CVS Tags: e-smith-base-4_18_0-101_el4_sme, e-smith-base-4_18_0-102_el4_sme, e-smith-base-4_18_0-98_el4_sme, e-smith-base-4_18_0-100_el4_sme, e-smith-base-4_18_0-99_el4_sme, e-smith-base-4_18_0-103_el4_sme, e-smith-base-4_18_0-104_el4_sme
Updates

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