diff -Nur --no-dereference e-smith-manager-2.8.0.old/createlinks e-smith-manager-2.8.0/createlinks --- e-smith-manager-2.8.0.old/createlinks 2022-02-18 23:15:25.437000000 -0500 +++ e-smith-manager-2.8.0/createlinks 2022-02-18 23:16:22.990000000 -0500 @@ -61,18 +61,6 @@ templates2events("/etc/e-smith/web/common/cgi-bin/AuthTKT.cfg", 'bootstrap-console-save'); -# Set up generic logfile timestamp renaming/symlinking - -foreach (qw( - /var/log/httpd/admin_access_log - /var/log/httpd/admin_error_log - )) -{ - safe_touch "root/etc/e-smith/events/logrotate/logfiles2timestamp/$_"; - safe_touch "root/etc/e-smith/events/post-install/logfiles2timestamp/$_"; - safe_touch "root/etc/e-smith/events/post-upgrade/logfiles2timestamp/$_"; -} - foreach (qw(console-save remoteaccess-update logrotate)) { safe_symlink("reload", "root/etc/e-smith/events/$_/services2adjust/httpd-admin");