]> git.pld-linux.org Git - packages/cacti-plugin-update.git/commitdiff
*** empty log message *** auto/th/cacti-plugin-update-0_4-2
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Tue, 17 Feb 2009 10:23:53 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-update-adodb.patch -> 1.1

cacti-plugin-update-adodb.patch [new file with mode: 0644]

diff --git a/cacti-plugin-update-adodb.patch b/cacti-plugin-update-adodb.patch
new file mode 100644 (file)
index 0000000..cd72bbf
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cacti-plugin-update-0.4.orig/setup.php cacti-plugin-update-0.4/setup.php
+--- cacti-plugin-update-0.4.orig/setup.php     2007-10-25 00:22:28.000000000 +0200
++++ cacti-plugin-update-0.4/setup.php  2009-02-17 11:16:13.000000000 +0100
+@@ -130,7 +130,7 @@
+ function update_setup_table () {
+       global $config, $database_default;
+-      include_once($config["library_path"] . "/adodb/adodb.inc.php");
++      include_once("/usr/share/php/adodb/adodb.inc.php");
+       include_once($config["library_path"] . "/database.php");
+       $sql = "show tables from `" . $database_default . "`";
This page took 0.088242 seconds and 4 git commands to generate.