]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 25 Nov 2007 15:43:36 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-config.patch -> 1.3

cacti-config.patch

index b2ee8552c747c8c1a2f433c1248d43fa4fc497ef..feb9cc86eef64bd4f219a29e294541cb5dd72afa 100644 (file)
@@ -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");
This page took 0.172887 seconds and 4 git commands to generate.