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, |