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

This commit is contained in:
Trevor Batley
2025-10-09 11:55:12 +11:00
parent 00a991dd95
commit 796907bcb8
39 changed files with 4258 additions and 2 deletions

15
createlinks Normal file
View File

@@ -0,0 +1,15 @@
#! /usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
my $event;
panel_link("dungog-rsync", 'manager');
$event = 'conf-dungogrsync';
event_link("conf-dungogrsync", "$event", "55");
$event = 'conf-dungogrsyncanon';
event_link("conf-dungogrsyncanon", "$event", "55");
$event = 'run-rsync';
event_link("run-rsync", "$event", "55");