]> git.pld-linux.org Git - packages/cacti-spine.git/commitdiff
- up to 0.8.7e by Eero Hänninen auto/ac/cacti-spine-0_8_7e-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Jul 2009 08:48:55 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-spine-paths.patch -> 1.3
    cacti-spine.spec -> 1.27

cacti-spine-paths.patch
cacti-spine.spec

index dba3bcb37bbed5d321877270d0bb1f53c4ec0311..1cf2ca3a6b0d1f4f51fbb5c78d64b358d3ca45c1 100644 (file)
@@ -1,13 +1,14 @@
 --- cacti-spine-0.8.7a/spine.h~        2007-11-26 05:40:21.000000000 +0200
 +++ cacti-spine-0.8.7a/spine.h 2008-10-05 05:33:49.545548298 +0300
-@@ -136,20 +136,18 @@
+@@ -136,21 +136,18 @@
  #define MAX_SIMULTANEOUS_SCRIPTS 20
  
  /* locations to search for the config file */
--#define CONFIG_PATHS 3
+-#define CONFIG_PATHS 4
 -#define CONFIG_PATH_1 ""
 -#define CONFIG_PATH_2 "/etc/"
--#define CONFIG_PATH_3 "../etc/"
+-#define CONFIG_PATH_3 "/etc/cacti/"
+-#define CONFIG_PATH_4 "../etc/"
 +#define CONFIG_PATHS 1
 +#define CONFIG_PATH_1 "/etc/webapps/cacti/"
  
  /* threads constants */
 --- cacti-spine-0.8.7a/util.c~ 2007-11-26 05:40:21.000000000 +0200
 +++ cacti-spine-0.8.7a/util.c  2008-10-05 05:35:03.349764684 +0300
-@@ -462,8 +462,6 @@
+@@ -462,9 +462,6 @@
        STRNCOPY(set.dbpass, DEFAULT_DB_PASS);
  
        STRNCOPY(config_paths[0], CONFIG_PATH_1);
 -      STRNCOPY(config_paths[1], CONFIG_PATH_2);
 -      STRNCOPY(config_paths[2], CONFIG_PATH_3);
+-      STRNCOPY(config_paths[3], CONFIG_PATH_4);
+
        set.log_destination = LOGDEST_FILE;
  }
---- cacti-spine-0.8.7a/spine.conf.dist~        2007-11-26 05:40:21.000000000 +0200
-+++ cacti-spine-0.8.7a/spine.conf.dist 2008-10-05 05:41:07.495832134 +0300
+--- cacti-spine-0.8.7a/spine.conf~     2007-11-26 05:40:21.000000000 +0200
++++ cacti-spine-0.8.7a/spine.conf      2008-10-05 05:41:07.495832134 +0300
 @@ -28,8 +28,8 @@
  # | DB_User      The user to access the database, typically 'cactiuser'     |
  # | DB_Pass      The password for the Cacti user                            |
index 8bd768a7809e889bf552b6d4bc4aae7e35c0a767..dd5cd65bcbc8f8fa77c75b63804211dd49b5cce7 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A backend data gatherer for cacti
 Summary(pl.UTF-8):     Backend gromadzący dane dla cacti
 Name:          cacti-spine
-Version:       0.8.7c
+Version:       0.8.7e
 Release:       1
 License:       GPL
 Group:         Applications
 Source0:       http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
-# Source0-md5: 8e924e83735d411c2798cc646d67d21e
+# Source0-md5: 99e5bde07fc31d1ed8aa23c59de00417
 Patch0:                %{name}-paths.patch
 URL:           http://www.cacti.net/
 BuildRequires: autoconf
@@ -58,7 +58,6 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv spine.conf.dist spine.conf
 install spine.conf $RPM_BUILD_ROOT%{_sysconfdir}
 mv $RPM_BUILD_ROOT%{_sbindir}/{spine,cacti-poller-spine}
 
This page took 0.119099 seconds and 4 git commands to generate.