initial commit of file from CVS for smeserver-bugzilla on Sat Sep 7 20:11:50 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:11:50 +10:00
parent 3de6ed7edc
commit f377fea41d
32 changed files with 855 additions and 2 deletions

26
createlinks Normal file
View File

@@ -0,0 +1,26 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
for my $event (qw(
post-upgrade
bugzilla-update
smeserver-bugzilla-update
))
{
templates2events("/etc/bugzilla.conf", $event);
templates2events("/etc/bugzilla/localconfig", $event);
templates2events("/etc/e-smith/sql/init105/91bugzilla", $event);
}
for my $event (qw(
bugzilla-update
smeserver-bugzilla-update
))
{
templates2events("/etc/httpd/conf/httpd.conf", $event);
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
event_link("bugzilla", $event, "91");
safe_symlink("restart","root/etc/e-smith/events/$event/services2adjust/mariadb105-mysql.init")
}