SOURCES: cacti-config.patch - typo, use config from webapps dir

glen glen at pld-linux.org
Sun Oct 5 03:56:38 CEST 2008


Author: glen                         Date: Sun Oct  5 01:56:38 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- typo, use config from webapps dir

---- Files affected:
SOURCES:
   cacti-config.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/cacti-config.patch
diff -u SOURCES/cacti-config.patch:1.5 SOURCES/cacti-config.patch:1.6
--- SOURCES/cacti-config.patch:1.5	Sun Oct  5 03:45:20 2008
+++ SOURCES/cacti-config.patch	Sun Oct  5 03:56:32 2008
@@ -5,7 +5,7 @@
  $config["library_path"] = ereg_replace("(.*[\/\\])include", "\\1lib", dirname(__FILE__));
  $config["include_path"] = dirname(__FILE__);
 -$config["rra_path"] = $config["base_path"] . '/rra';
-+$config["rra_path"] = '/var/lib/cacti/rra'
++$config["rra_path"] = '/var/lib/cacti/rra';
 +$config["log_path"] = '/var/log/cacti';
  
  /* colors */
@@ -16,7 +16,7 @@
  $database_password = "cactiuser";
  $database_port = "3306";
  
-+include '/etc/cacti/cacti.cfg';
++include '/etc/webapps/cacti/config.php';
 +
  /* Default session name - Session name must contain alpha characters */
  #$cacti_session_name = "Cacti";
================================================================

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



More information about the pld-cvs-commit mailing list