initial commit of file from CVS for smeserver-phppgadmin on Sat Sep 7 20:53:08 AEST 2024
This commit is contained in:
21
createlinks
Normal file
21
createlinks
Normal 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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user