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

This commit is contained in:
Trevor Batley
2024-09-07 20:53:08 +10:00
parent 9692a5d986
commit 968f65d84e
20 changed files with 1131 additions and 2 deletions

21
createlinks Normal file
View File

@@ -0,0 +1,21 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
for my $event_conf (qw (smeserver-phppgadmin-update))
{
event_actions($event_conf,
'smeserver-phpPgAdmin-conf' => '02');
}
for my $event (qw(
smeserver-phppgadmin-update
))
{
templates2events("/etc/httpd/conf/httpd.conf", $event);
templates2events("/etc/phpPgAdmin/config.inc.php", $event);
templates2events("/etc/opt/remi/php74/php-fpm.d/www.conf", $event);
event_services($event, qw(httpd-e-smith reload php74-php-fpm restart));
}