1 |
stephdl |
1.1 |
diff -Nur smeserver-support-2.6.0.bz8939.old/createlinks smeserver-support-2.6.0.bz8939/createlinks |
2 |
|
|
--- smeserver-support-2.6.0.bz8939.old/createlinks 2015-06-25 18:45:54.941009761 +0200 |
3 |
|
|
+++ smeserver-support-2.6.0.bz8939/createlinks 2015-06-25 20:00:42.501104763 +0200 |
4 |
|
|
@@ -12,4 +12,6 @@ |
5 |
|
|
templates2events("/etc/$_", qw(post-install post-upgrade)) |
6 |
|
|
for (qw(issue issue.net motd redhat-release system-release sysconfig/hw-uuid)); |
7 |
|
|
|
8 |
|
|
+templates2events("/etc/motd", qw(console-save remoteaccess-update)); |
9 |
|
|
+ |
10 |
|
|
service_link_enhanced("smolt", "S90", "7"); |
11 |
|
|
diff -Nur smeserver-support-2.6.0.bz8939.old/root/etc/e-smith/templates/etc/motd/template-begin smeserver-support-2.6.0.bz8939/root/etc/e-smith/templates/etc/motd/template-begin |
12 |
|
|
--- smeserver-support-2.6.0.bz8939.old/root/etc/e-smith/templates/etc/motd/template-begin 2015-06-25 18:45:54.939009615 +0200 |
13 |
|
|
+++ smeserver-support-2.6.0.bz8939/root/etc/e-smith/templates/etc/motd/template-begin 2015-07-03 14:42:30.276240482 +0200 |
14 |
|
|
@@ -1,3 +1,16 @@ |
15 |
|
|
-{ |
16 |
|
|
- $OUT = "SME Server release " . $sysconfig{ReleaseVersion}; |
17 |
|
|
-} |
18 |
|
|
+************ Welcome to SME Server {$sysconfig{ReleaseVersion}} ************* |
19 |
|
|
+ |
20 |
|
|
+Before editing configuration files, familiarise |
21 |
|
|
+yourself with the automated events and templates |
22 |
|
|
+systems. |
23 |
|
|
+ |
24 |
|
|
+Please take the time to read the documentation |
25 |
|
|
+http://wiki.contribs.org/Main_Page |
26 |
|
|
+ |
27 |
|
|
+Remember that SME Server is free to download |
28 |
|
|
+and use, but it is not free to build |
29 |
|
|
+ |
30 |
|
|
+Please help the project : |
31 |
|
|
+http://wiki.contribs.org/Donate |
32 |
|
|
+ |
33 |
|
|
+**************************************************** |