1 |
jpp |
1.1 |
diff -Nur --no-dereference e-smith-manager-2.8.0.old/createlinks e-smith-manager-2.8.0/createlinks |
2 |
|
|
--- e-smith-manager-2.8.0.old/createlinks 2022-02-18 23:15:25.437000000 -0500 |
3 |
|
|
+++ e-smith-manager-2.8.0/createlinks 2022-02-18 23:16:22.990000000 -0500 |
4 |
|
|
@@ -61,18 +61,6 @@ |
5 |
|
|
|
6 |
|
|
templates2events("/etc/e-smith/web/common/cgi-bin/AuthTKT.cfg", 'bootstrap-console-save'); |
7 |
|
|
|
8 |
|
|
-# Set up generic logfile timestamp renaming/symlinking |
9 |
|
|
- |
10 |
|
|
-foreach (qw( |
11 |
|
|
- /var/log/httpd/admin_access_log |
12 |
|
|
- /var/log/httpd/admin_error_log |
13 |
|
|
- )) |
14 |
|
|
-{ |
15 |
|
|
- safe_touch "root/etc/e-smith/events/logrotate/logfiles2timestamp/$_"; |
16 |
|
|
- safe_touch "root/etc/e-smith/events/post-install/logfiles2timestamp/$_"; |
17 |
|
|
- safe_touch "root/etc/e-smith/events/post-upgrade/logfiles2timestamp/$_"; |
18 |
|
|
-} |
19 |
|
|
- |
20 |
|
|
foreach (qw(console-save remoteaccess-update logrotate)) |
21 |
|
|
{ |
22 |
|
|
safe_symlink("reload", "root/etc/e-smith/events/$_/services2adjust/httpd-admin"); |