1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-support-1.6.0/root/etc/e-smith/templates/etc/motd/template-begin mezzanine_patched_smeserver-support-1.6.0/root/etc/e-smith/templates/etc/motd/template-begin |
2 |
--- smeserver-support-1.6.0/root/etc/e-smith/templates/etc/motd/template-begin 2006-01-05 16:58:14.000000000 +1100 |
3 |
+++ mezzanine_patched_smeserver-support-1.6.0/root/etc/e-smith/templates/etc/motd/template-begin 2006-03-28 16:19:10.371785861 +1000 |
4 |
@@ -1,4 +1,4 @@ |
5 |
{ |
6 |
- $OUT = "CentOS release 4.2 (Final)"; |
7 |
+ $OUT = "CentOS release 4.3 (Final)"; |
8 |
$OUT .= " - SME Server " . $sysconfig{ReleaseVersion}; |
9 |
} |