1 |
jpp |
1.1 |
diff -Nur smeserver-support-2.8.0.old/createlinks smeserver-support-2.8.0/createlinks |
2 |
|
|
--- smeserver-support-2.8.0.old/createlinks 2021-01-08 13:56:04.438000000 -0500 |
3 |
|
|
+++ smeserver-support-2.8.0/createlinks 2021-01-08 13:56:55.937000000 -0500 |
4 |
|
|
@@ -9,11 +9,11 @@ |
5 |
|
|
|
6 |
|
|
panel_link("support", $panel); |
7 |
|
|
|
8 |
|
|
-templates2events("/etc/$_", qw(post-install post-upgrade)) |
9 |
|
|
+templates2events("/etc/$_", qw(post-install post-upgrade smeserver-support-update)) |
10 |
|
|
for (qw(issue issue.net motd redhat-release system-release sysconfig/hw-uuid)); |
11 |
|
|
|
12 |
|
|
-templates2events("/etc/$_", qw(post-install post-upgrade console-save)) |
13 |
|
|
+templates2events("/etc/$_", qw(post-install post-upgrade console-save smeserver-support-update)) |
14 |
|
|
for (qw( os-release )); |
15 |
|
|
|
16 |
|
|
-templates2events("/etc/motd", qw(console-save remoteaccess-update)); |
17 |
|
|
+templates2events("/etc/motd", qw(console-save remoteaccess-update smeserver-support-update)); |
18 |
|
|
|