initial commit of file from CVS for smeserver-xinetd on Sat Sep 7 21:17:13 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:17:13 +10:00
parent 2013a03afb
commit 89c56284a6
20 changed files with 535 additions and 2 deletions

16
createlinks Normal file
View File

@@ -0,0 +1,16 @@
#! /usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
foreach (qw(/etc/xinetd.conf)) {
templates2events($_, qw(remoteaccess-update bootstrap-console-save));
}
safe_symlink("reload", "root/etc/e-smith/events/remoteaccess-update/services2adjust/xinetd");
$event="smeserver-xinetd-update";
templates2events('/etc/xinetd.conf',$event);
safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/xinetd");
#systemd-specific action mandatory for this package-update event
event_link("systemd-reload", $event, "89");
event_link("systemd-default", $event, "88");