1 |
stephdl |
1.1 |
diff -Nur smeserver-support-2.2.0/createlinks smeserver-support-2.2.0.new/createlinks |
2 |
|
|
--- smeserver-support-2.2.0/createlinks 2008-10-07 16:45:24.000000000 +0200 |
3 |
|
|
+++ smeserver-support-2.2.0.new/createlinks 2015-07-03 22:22:05.333354831 +0200 |
4 |
|
|
@@ -12,4 +12,6 @@ |
5 |
|
|
templates2events("/etc/$_", qw(post-install post-upgrade)) |
6 |
|
|
for (qw(issue issue.net motd redhat-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.2.0/root/etc/e-smith/templates/etc/motd/template-begin smeserver-support-2.2.0.new/root/etc/e-smith/templates/etc/motd/template-begin |
12 |
|
|
--- smeserver-support-2.2.0/root/etc/e-smith/templates/etc/motd/template-begin 2008-10-07 16:45:24.000000000 +0200 |
13 |
|
|
+++ smeserver-support-2.2.0.new/root/etc/e-smith/templates/etc/motd/template-begin 2015-07-03 22:21:36.486302901 +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 |
|
|
+**************************************************** |