initial commit of file from CVS for smeserver-autodiscover on Sat Sep 7 20:08:09 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:08:09 +10:00
parent 9379997240
commit d6803694bc
35 changed files with 403 additions and 2 deletions

49
createlinks Normal file
View File

@@ -0,0 +1,49 @@
#!/usr/bin/perl
use strict;
use esmith::Build::CreateLinks qw(:all);
my $pkg= "smeserver-autodiscover";
my $event = "${pkg}-update";
#event_actions($event, qw(
# systemd-default 88
# systemd-reload 89
#));
event_templates($event, qw(
/var/www/Autodiscover/Mozilla.php
/var/www/Autodiscover/Autodiscover.php
/etc/httpd/conf/httpd.conf
));
event_services($event, qw(
httpd-e-smith reload-or-restart
));
#email-update
$event ="email-update";
event_templates($event, qw(
/var/www/Autodiscover/Mozilla.php
/var/www/Autodiscover/Autodiscover.php
));
#webapps-update
$event ="webapps-update";
event_templates($event, qw(
/var/www/Autodiscover/Mozilla.php
/var/www/Autodiscover/Autodiscover.php
));
#remoteaccess-update
$event ="remoteaccess-update";
event_templates($event, qw(
/var/www/Autodiscover/Mozilla.php
/var/www/Autodiscover/Autodiscover.php
));
#use esmith::Build::Backup qw(:all);
#backup_includes($pkg, qw( ));