1 |
diff -ruN e-smith-base-5.4.0.old/root/etc/e-smith/db/configuration/defaults/SystemName/type e-smith-base-5.4.0/root/etc/e-smith/db/configuration/defaults/SystemName/type |
2 |
--- e-smith-base-5.4.0.old/root/etc/e-smith/db/configuration/defaults/SystemName/type 2005-11-20 20:28:04.000000000 -0800 |
3 |
+++ e-smith-base-5.4.0/root/etc/e-smith/db/configuration/defaults/SystemName/type 2013-03-14 07:56:10.000000000 -0700 |
4 |
@@ -1 +1 @@ |
5 |
-mitel-networks-server |
6 |
+sme-server |
7 |
diff -ruN e-smith-base-5.4.0.old/root/usr/lib/perl5/site_perl/esmith/console/configure.pm e-smith-base-5.4.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm |
8 |
--- e-smith-base-5.4.0.old/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2013-01-31 07:52:04.000000000 -0800 |
9 |
+++ e-smith-base-5.4.0/root/usr/lib/perl5/site_perl/esmith/console/configure.pm 2013-03-14 20:45:10.000000000 -0700 |
10 |
@@ -232,7 +232,7 @@ |
11 |
{ |
12 |
my $oldSystemName = $SystemName; |
13 |
|
14 |
- $oldSystemName = '' if ($oldSystemName eq 'mitel-networks-server'); |
15 |
+ $oldSystemName = '' if ($oldSystemName eq 'sme-server'); |
16 |
|
17 |
($rc, $choice) = $console->input_page |
18 |
( |