/[smecontribs]/rpms/smeserver-cacti/contribs8/smeserver-cacti-0.8.8b-patch6.patch
ViewVC logotype

Annotation of /rpms/smeserver-cacti/contribs8/smeserver-cacti-0.8.8b-patch6.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Oct 21 20:24:41 2013 UTC (10 years, 7 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-cacti-0_8_8b-9_el5_sme, smeserver-cacti-0_8_8b-12_el5_sme, smeserver-cacti-0_8_8b-8_el5_sme, smeserver-cacti-0_8_8b-11_el5_sme, smeserver-cacti-0_8_8b-10_el5_sme
* Mon Oct 21 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-8.sme
- fixing last template path error in createlinks

1 unnilennium 1.1 diff -up smeserver-cacti-0.8.8b/createlinks.patch6 smeserver-cacti-0.8.8b/createlinks
2     --- smeserver-cacti-0.8.8b/createlinks.patch6 2013-10-21 16:16:35.000000000 -0400
3     +++ smeserver-cacti-0.8.8b/createlinks 2013-10-21 16:21:27.000000000 -0400
4     @@ -4,9 +4,10 @@ use esmith::Build::CreateLinks qw(:all);
5    
6     for my $event (qw(
7     post-upgrade
8     - ))
9     + bootstrap-console-save
10     + ))
11     {
12     - templates2events("/etc/cacti/db.conf", $event);
13     + templates2events("/etc/cacti/db.php", $event);
14     }
15    
16     for my $event (qw(
17     @@ -14,7 +15,7 @@ for my $event (qw(
18     ))
19     {
20     templates2events("/etc/httpd/conf/httpd.conf", $event);
21     - templates2events("/etc/cacti/db.conf", $event);
22     + templates2events("/etc/cacti/db.php", $event);
23     safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
24     }
25    

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