SOURCES: cacti-config.patch - update

arekm arekm at pld-linux.org
Sun Nov 25 16:43:42 CET 2007


Author: arekm                        Date: Sun Nov 25 15:43:42 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update

---- Files affected:
SOURCES:
   cacti-config.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/cacti-config.patch
diff -u SOURCES/cacti-config.patch:1.2 SOURCES/cacti-config.patch:1.3
--- SOURCES/cacti-config.patch:1.2	Sat Apr 15 13:30:32 2006
+++ SOURCES/cacti-config.patch	Sun Nov 25 16:43:36 2007
@@ -1,20 +1,22 @@
---- cacti-0.8.6g/include/config.php	2005-10-06 11:57:42.021629992 +0200
-+++ cacti-0.8.6h/include/config.php	2006-04-15 14:05:53.184042777 +0300
-@@ -31,6 +31,8 @@
- $database_username = "cactiuser";
- $database_password = "cactiuser";
+diff -urN cacti-0.8.7a.org/include/config.php cacti-0.8.7a/include/config.php
+--- cacti-0.8.7a.org/include/config.php	2007-11-17 19:11:52.000000000 +0100
++++ cacti-0.8.7a/include/config.php	2007-11-25 16:38:21.751333314 +0100
+@@ -33,4 +33,6 @@
+ /* Default session name - Session name must contain alpha characters */
+ #$cacti_session_name = "Cacti";
  
 +include '/etc/cacti/cacti.cfg';
 +
- /* ----- you probably do not need to change anything below this line ----- */
- 
- /* Files that do not need http header information - Command line scripts */
-@@ -163,7 +165,7 @@
+ ?>
+diff -urN cacti-0.8.7a.org/include/global.php cacti-0.8.7a/include/global.php
+--- cacti-0.8.7a.org/include/global.php	2007-11-17 19:11:52.000000000 +0100
++++ cacti-0.8.7a/include/global.php	2007-11-25 16:39:16.847520953 +0100
+@@ -170,7 +170,7 @@
  error_reporting(E_ALL);
  
  /* include base modules */
 -include($config["library_path"] . "/adodb/adodb.inc.php");
-+include('/usr/share/php/adodb/adodb.inc.php');
++include("/usr/share/php/adodb/adodb.inc.php");
  include($config["library_path"] . "/database.php");
  include_once($config["library_path"] . "/functions.php");
- include_once($config["include_path"] . "/config_constants.php");
+ include_once($config["include_path"] . "/global_constants.php");
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/cacti-config.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list