* Fri Sep 12 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.0-10.sme

- revert using core mariadb [SME: 13143]
This commit is contained in:
2025-09-12 22:13:44 -04:00
parent 31da96081c
commit d5c5fab942
7 changed files with 7 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ for my $event (qw(
{
templates2events("/etc/bugzilla.conf", $event);
templates2events("/etc/bugzilla/localconfig", $event);
templates2events("/etc/e-smith/sql/init105/91bugzilla", $event);
templates2events("/etc/e-smith/sql/init/91bugzilla", $event);
}
for my $event (qw(
@@ -21,6 +21,6 @@ for my $event (qw(
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")
safe_symlink("restart","root/etc/e-smith/events/$event/services2adjust/mysql.init")
}