From 81b1d9fdbd10e66d0cb0cdea3b76af97275dbec6 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Thu, 4 Apr 2024 14:59:23 +0100 Subject: [PATCH] Update e-smith-package-update to smeserver-package-update --- createlinks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/createlinks b/createlinks index 2cf88a8..c26a393 100755 --- a/createlinks +++ b/createlinks @@ -2,9 +2,9 @@ use esmith::Build::CreateLinks qw(:all); #-------------------------------------------------- -# actions for e-smith-apache-update +# actions for smeserver-apache-update #-------------------------------------------------- -my $event = "e-smith-apache-update"; +my $event = "smeserver-apache-update"; templates2events("/etc/httpd/conf/httpd.conf", $event); safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); event_link("systemd-reload", $event, "89");