46 |
</page> |
</page> |
47 |
|
|
48 |
</form> |
</form> |
49 |
|
--- smeserver-yum-1.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/yum.add2general3 2008-07-04 23:22:42.000000000 +0200 |
50 |
|
+++ smeserver-yum-1.2.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/yum 2008-07-04 23:25:52.000000000 +0200 |
51 |
|
@@ -238,11 +238,6 @@ |
52 |
|
</entry> |
53 |
|
|
54 |
|
<entry> |
55 |
|
- <base>ERROR_UPDATING</base> |
56 |
|
- <trans>An error occurred while updating the system.</trans> |
57 |
|
- </entry> |
58 |
|
- |
59 |
|
- <entry> |
60 |
|
<base>SYSTEM_BEING_RECONFIGURED</base> |
61 |
|
<trans> |
62 |
|
Your system is being automatically rebooted to |
63 |
|
--- smeserver-yum-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/yum.pm.add2general4 2008-07-05 18:29:50.000000000 +0200 |
64 |
|
+++ smeserver-yum-1.2.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/yum.pm 2008-07-05 18:29:50.000000000 +0200 |
65 |
|
@@ -214,7 +214,7 @@ |
66 |
|
|
67 |
|
unless ( system( "/sbin/e-smith/signal-event", "yum-modify" ) == 0 ) |
68 |
|
{ |
69 |
|
- $fm->error('ERROR_UPDATING'); |
70 |
|
+ $fm->error('ERROR_UPDATING_CONFIGURATION'); |
71 |
|
return undef; |
72 |
|
} |
73 |
|
|