SOURCES: cacti-config.patch - use system adodb

glen glen at pld-linux.org
Sat Apr 15 13:30:37 CEST 2006


Author: glen                         Date: Sat Apr 15 11:30:37 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system adodb

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

---- Diffs:

================================================================
Index: SOURCES/cacti-config.patch
diff -u SOURCES/cacti-config.patch:1.1 SOURCES/cacti-config.patch:1.2
--- SOURCES/cacti-config.patch:1.1	Mon Oct 10 11:28:29 2005
+++ SOURCES/cacti-config.patch	Sat Apr 15 13:30:32 2006
@@ -1,6 +1,5 @@
-diff -urbB cacti-0.8.6g.org/include/config.php cacti-0.8.6g/include/config.php
---- cacti-0.8.6g.org/include/config.php	2005-09-09 01:56:25.000000000 +0200
-+++ cacti-0.8.6g/include/config.php	2005-10-06 11:57:42.021629992 +0200
+--- 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";
@@ -10,3 +9,12 @@
  /* ----- 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 @@
+ error_reporting(E_ALL);
+ 
+ /* include base modules */
+-include($config["library_path"] . "/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");
================================================================

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



More information about the pld-cvs-commit mailing list