Update e-smith-package-update to smeserver-package-update

This commit is contained in:
Brian Read 2024-04-04 15:12:20 +01:00
parent 160d795e72
commit fc149239c2

View File

@ -6,17 +6,17 @@ use esmith::Build::CreateLinks qw(:all);
templates2events("/etc/oidentd_masq.conf", qw( templates2events("/etc/oidentd_masq.conf", qw(
console-save console-save
bootstrap-console-save bootstrap-console-save
e-smith-oidentd-update)); smeserver-oidentd-update));
templates2events("/etc/sysconfig/oidentd", qw( templates2events("/etc/sysconfig/oidentd", qw(
console-save console-save
bootstrap-console-save bootstrap-console-save
post-install post-install
post-upgrade post-upgrade
e-smith-oidentd-update)); smeserver-oidentd-update));
#service restart #service restart
my $event = "e-smith-oidentd-update"; my $event = "smeserver-oidentd-update";
##will restart only if already running ##will restart only if already running
#safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/oidentd"); #safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/oidentd");