]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- rel 2; typo fixed auto/th/cacti-1.2.14-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 20 Oct 2020 08:18:47 +0000 (10:18 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 20 Oct 2020 08:18:47 +0000 (10:18 +0200)
cacti-webroot.patch
cacti.spec

index c87b7198949579e053b30777291ec5ba75d05cc7..793cd592f685a35dec6858000a48605aa986e439 100644 (file)
@@ -5,7 +5,7 @@
        $last_host         = 0;
        $rrds_processed    = 0;
 -      $webroot           = addslashes(($config['cacti_server_os'] == 'win32') ? strtr(strtolower(substr(dirname(__FILE__), 0, 1)) . substr(dirname(__FILE__), 1),"\\", '/') : dirname(__FILE__));
-+      $webroot = $config['base_path';
++      $webroot = $config['base_path'];
  
        // update web paths for the poller
        set_config_option('path_webroot', $webroot);
index ad21bf35c3029a1d867a4566d20dd3763391f7d5..e4dd18e2a8c1738906a541c2cae9947e219afdb4 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8):     Cacti - frontend w PHP do rrdtoola
 Name:          cacti
 Version:       1.2.14
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
This page took 0.131719 seconds and 4 git commands to generate.