Update e-smith-package-update to smeserver-package-update
This commit is contained in:
parent
777f45730b
commit
5e942373a6
@ -12,7 +12,7 @@ foreach (qw(
|
|||||||
console-save
|
console-save
|
||||||
bootstrap-console-save
|
bootstrap-console-save
|
||||||
remoteaccess-update
|
remoteaccess-update
|
||||||
e-smith-openssh-update
|
smeserver-openssh-update
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ foreach (qw(
|
|||||||
user-create
|
user-create
|
||||||
user-delete
|
user-delete
|
||||||
user-modify
|
user-modify
|
||||||
e-smith-openssh-update
|
smeserver-openssh-update
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ foreach my $event (
|
|||||||
"console-save",
|
"console-save",
|
||||||
"bootstrap-console-save",
|
"bootstrap-console-save",
|
||||||
"remoteaccess-update",
|
"remoteaccess-update",
|
||||||
"e-smith-openssh-update"
|
"smeserver-openssh-update"
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
event_link("sshd-conf", $event, "65");
|
event_link("sshd-conf", $event, "65");
|
||||||
@ -49,7 +49,7 @@ foreach my $event (
|
|||||||
safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/sshd");
|
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
|
# systemd-specific action mandatory for this package-update event
|
||||||
event_link("systemd-reload", $event, "89");
|
event_link("systemd-reload", $event, "89");
|
||||||
event_link("systemd-default", $event, "88");
|
event_link("systemd-default", $event, "88");
|
||||||
|
Loading…
Reference in New Issue
Block a user