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

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

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


Revision 1.2 - (hide annotations) (download)
Wed Mar 26 17:01:51 2008 UTC (16 years, 3 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 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/save_config.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/save_config.pm
2     --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/save_config.pm 2007-01-26 18:56:31.000000000 -0700
3     +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/save_config.pm 2007-01-28 09:30:48.000000000 -0700
4     @@ -15,8 +15,6 @@
5     sub doit
6     {
7     my ($self, $console, $db) = @_;
8     - my $release = esmith::util::determineRelease();
9     - my $release_string = "Mitel Networks server ${release}";
10     #------------------------------------------------------------
11     SAVE_CONFIG:
12     #------------------------------------------------------------
13     @@ -31,8 +29,7 @@
14    
15     system(
16     "/usr/bin/whiptail",
17     - "--backtitle",
18     - "$release_string Copyright 1999-2004 Mitel Networks Corporation",
19     + "--backtitle", $console->backtitle,
20     "--title", gettext("Activating configuration settings"),
21     "--infobox", gettext("Please standby while your configuration settings are activated ..."),
22     8, esmith::console::SCREEN_COLUMNS,

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