initial commit of file from CVS for smeserver-rsyncd on Thu Oct 9 11:55:59 AEDT 2025

This commit is contained in:
Trevor Batley
2025-10-09 11:55:59 +11:00
parent d93c5746b5
commit e24dee9c6e
14 changed files with 190 additions and 2 deletions

13
createlinks Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
my $event ="smeserver-rsyncd-update";
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/rsyncd");
event_link("systemd-reload", $event, "89");
event_link("systemd-default", $event, "88");
templates2events("/etc/rsyncd.conf", ($event, qw(pre-backup bootstrap-console-save remoteaccess-update) ) );
templates2events("/etc/xinet.d/rsync", ($event, qw(pre-backup bootstrap-console-save remoteaccess-update) ) );