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-11-18 15:45:27.000000000 -0700 |
3 |
+++ mezzanine_patched_smeserver-support-1.6.0/root/etc/e-smith/templates/etc/motd/template-begin 2006-11-18 15:43:39.000000000 -0700 |
4 |
@@ -1,4 +1,3 @@ |
5 |
{ |
6 |
- $OUT = "CentOS release 4.3 (Final)"; |
7 |
- $OUT .= " - SME Server " . $sysconfig{ReleaseVersion}; |
8 |
+ $OUT = "SME Server release " . $sysconfig{ReleaseVersion}; |
9 |
} |