1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/web/functions/yum mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/web/functions/yum |
2 |
|
|
--- smeserver-yum-1.2.0/root/etc/e-smith/web/functions/yum 2006-11-17 12:50:53.586729188 +1100 |
3 |
|
|
+++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/web/functions/yum 2006-11-17 12:50:41.680802880 +1100 |
4 |
|
|
@@ -40,7 +40,7 @@ |
5 |
|
|
exit(0); |
6 |
|
|
} |
7 |
|
|
|
8 |
|
|
-if ($f->get_prop('yum', 'PostUpgradeRequired')) |
9 |
|
|
+if ($f->get_prop('yum', 'LogFile')) |
10 |
|
|
{ |
11 |
|
|
$f->success('HEADER_POSTUPGRADE_REQUIRED', 'YUM_PAGE_POSTUPGRADE'); |
12 |
|
|
|