]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- added pa.sql
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Tue, 17 Feb 2009 09:15:14 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti.spec -> 1.106

cacti.spec

index bcd7576839c6ec9890f93a671a12855db222958d..5bbdd50c111774c1e17452007eaf06034141428f 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8):     Cacti - frontend w PHP do rrdtoola
 Name:          cacti
 Version:       0.8.7d
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Applications/WWW
 Source0:       http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
@@ -13,6 +13,8 @@ Source2:      %{name}.crontab
 Source3:       %{name}-apache.conf
 Source4:       %{name}-lighttpd.conf
 Source5:       %{name}-rrdpath.sql
+Source5:       %{name}-rrdpath.sql
+Source6:       %{name}-pa.sql
 Patch0:                cacti-plugin-%{version}-PA-v2.4.diff
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-adodb.patch
@@ -120,6 +122,7 @@ mkdir -p sql
 mv *.sql sql
 # you should run this sql if your database contains path to %{_datadir}...
 cp %{SOURCE5} sql
+cp %{SOURCE6} sql
 
 rm -rf cacti-plugin-arch
 rm -rf lib/adodb
This page took 0.042961 seconds and 4 git commands to generate.