diff -up smeserver-bugzilla-0.1/createlinks.tie2events smeserver-bugzilla-0.1/createlinks --- smeserver-bugzilla-0.1/createlinks.tie2events 2009-12-05 14:10:24.000000000 +0100 +++ smeserver-bugzilla-0.1/createlinks 2009-12-05 14:29:55.000000000 +0100 @@ -0,0 +1,23 @@ +#!/usr/bin/perl -w + +use esmith::Build::CreateLinks qw(:all); + +for my $event (qw( + post-upgrade + bugzilla-update + )) +{ + templates2events("/etc/bugzilla.conf", $event); + templates2events("/usr/share/bugzilla/localconfig", $event); +} + +for my $event (qw( + 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, "05"); +} + +templates2events("/etc/e-smith/sql/init/80bugzilla", "post-upgrade");