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

Annotation of /rpms/e-smith-base/sme8/e-smith-base-4.18.0-gettextErrors.patch

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


Revision 1.1 - (hide annotations) (download)
Sun Feb 17 22:49:23 2008 UTC (16 years, 4 months ago) by burnat
Branch: MAIN
CVS Tags: e-smith-base-4_18_0-100_el5_sme, e-smith-base-4_18_0-104_el5_sme, e-smith-base-4_18_0-103_el5_sme, e-smith-base-4_18_0-99_el5_sme, e-smith-base-4_18_0-94_el5_sme, e-smith-base-4_18_0-101_el5_sme, e-smith-base-4_18_0-98_el5_sme, e-smith-base-4_18_0-102_el5_sme
Updates

1 burnat 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl
2     --- e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl 2008-02-17 11:01:13.000000000 +1100
3     +++ mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/console-menu-items/manageRAID.pl 2008-02-17 11:00:02.000000000 +1100
4     @@ -150,7 +150,7 @@
5     my $cmd_out = qx( @cmd 2>&1 );
6     unless ($? == 0)
7     {
8     - $text = gettext("The command @cmd failed:") .
9     + $text = gettext("The command failed:") . " @cmd" .
10     "\n\n" . $cmd_out . "\n\n" .
11     gettext("This configuration is not yet fully supported in these screens.");
12    
13     diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm
14     --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm 2008-02-17 11:01:13.000000000 +1100
15     +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_restore.pm 2008-02-17 10:59:32.000000000 +1100
16     @@ -105,7 +105,8 @@
17     (
18     title => gettext("Start restore from backup"),
19     text =>
20     - gettext("Backup file $device/smeserver.tgz (size $size bytes) found") .
21     + gettext("Backup file found:") . " $device/smeserver.tgz " .
22     + gettext("size") . " $size " . gettext("bytes") .
23     "\n\n" .
24     gettext("Do you wish to restore from this file?"),
25     );
26     diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm
27     --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm 2008-02-17 11:01:14.000000000 +1100
28     +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm 2008-02-17 03:15:18.000000000 +1100
29     @@ -95,8 +95,8 @@
30     (
31     title => gettext("Bad Password Choice"),
32     text =>
33     - gettext("The password you have chosen is not a good choice, because") .
34     - gettext( " $reason" ) . "." .
35     + gettext("The password you have chosen is not a good choice, because ") .
36     + gettext($reason) . "." .
37     "\n\n" .
38     gettext("Do you wish to choose a better one?"),
39     );

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