]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- REAL use of /etc/webapps/cacti/config.php instead of default one
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Mon, 15 Nov 2010 09:17:34 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-config.patch -> 1.9

cacti-config.patch

index 4b453181bbe84e3738cd7f78dfe1facde2e863bd..d0451f8ac94333042ab9ffc33cbfda36ccfc59b5 100644 (file)
  
  /* colors */
  $colors["dark_outline"] = "454E53";
---- cacti-0.8.7a.orig/include/config.php       2007-11-17 19:11:52.000000000 +0100
-+++ cacti-0.8.7a/include/config.php    2007-12-04 10:53:28.000000000 +0100
-@@ -30,6 +30,8 @@
+diff -ur cacti-0.8.7g/include/config.php cacti-0.8.7g.new//include/config.php
+--- cacti-0.8.7g/include/config.php     2010-07-10 00:33:46.000000000 +0200
++++ cacti-0.8.7g.new//include/config.php        2010-11-15 10:12:12.503157839 +0100
+@@ -22,7 +22,11 @@
+  +-------------------------------------------------------------------------+
+ */
+
+-/* make sure these values refect your actual database/host/user/password */
++/*
++ * !!! Use /etc/webapps/cacti/config.php instead of this section !!!
++ *
++ * Make sure these values refect your actual database/host/user/password
++
+ $database_type = "mysql";
+ $database_default = "cacti";
+ $database_hostname = "localhost";
+@@ -30,6 +34,10 @@
  $database_password = "cactiuser";
  $database_port = "3306";
+
++ */
++
 +require '/etc/webapps/cacti/config.php';
 +
  /* Default session name - Session name must contain alpha characters */
This page took 0.067773 seconds and 4 git commands to generate.