diff --git a/createlinks b/createlinks index 3d1e9aa..4d933aa 100755 --- a/createlinks +++ b/createlinks @@ -12,7 +12,7 @@ foreach (qw( console-save bootstrap-console-save remoteaccess-update - e-smith-openssh-update + smeserver-openssh-update )); } @@ -28,7 +28,7 @@ foreach (qw( user-create user-delete user-modify - e-smith-openssh-update + smeserver-openssh-update )); } @@ -36,7 +36,7 @@ foreach my $event ( "console-save", "bootstrap-console-save", "remoteaccess-update", - "e-smith-openssh-update" + "smeserver-openssh-update" ) { event_link("sshd-conf", $event, "65"); @@ -49,7 +49,7 @@ foreach my $event ( safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/sshd"); } -my $event="e-smith-openssh-update"; +my $event="smeserver-openssh-update"; # systemd-specific action mandatory for this package-update event event_link("systemd-reload", $event, "89"); event_link("systemd-default", $event, "88");