/[smecontribs]/rpms/smeserver-bugzilla/contribs10/smeserver-bugzilla-0.1-createlinks.patch
ViewVC logotype

Contents of /rpms/smeserver-bugzilla/contribs10/smeserver-bugzilla-0.1-createlinks.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon May 23 19:06:43 2022 UTC (23 months, 3 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-bugzilla-1_0-4_el7_sme, smeserver-bugzilla-1_0-7_el7_sme, smeserver-bugzilla-1_0-5_el7_sme, smeserver-bugzilla-1_0-6_el7_sme, HEAD
Initial import

1 diff -up smeserver-bugzilla-0.1/createlinks.tie2events smeserver-bugzilla-0.1/createlinks
2 --- smeserver-bugzilla-0.1/createlinks.tie2events 2009-12-05 14:10:24.000000000 +0100
3 +++ smeserver-bugzilla-0.1/createlinks 2009-12-05 14:29:55.000000000 +0100
4 @@ -0,0 +1,23 @@
5 +#!/usr/bin/perl -w
6 +
7 +use esmith::Build::CreateLinks qw(:all);
8 +
9 +for my $event (qw(
10 + post-upgrade
11 + bugzilla-update
12 + ))
13 +{
14 + templates2events("/etc/bugzilla.conf", $event);
15 + templates2events("/usr/share/bugzilla/localconfig", $event);
16 +}
17 +
18 +for my $event (qw(
19 + bugzilla-update
20 + ))
21 +{
22 + templates2events("/etc/httpd/conf/httpd.conf", $event);
23 + safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
24 + event_link("bugzilla", $event, "05");
25 +}
26 +
27 +templates2events("/etc/e-smith/sql/init/80bugzilla", "post-upgrade");

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed