]> git.pld-linux.org Git - packages/cacti-plugin-rrdclean.git/blob - paths.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/cacti-plugin-rrdclean.git] / paths.patch
1 --- rrdclean/setup.php~ 2010-06-07 18:44:42.000000000 +0300
2 +++ rrdclean/setup.php  2010-12-14 08:43:16.951919734 +0200
3 @@ -143,14 +143,14 @@
4                         "friendly_name" => "Backup directory",
5                         "description" => "This is the directory where rrd files are <strong>copied</strong> for <strong>Backup</strong>",
6                         "method" => "dirpath",
7 -                       "default" => $config["base_path"] . "/rra/backup/",
8 +                       "default" => "/var/lib/cacti/rra/backup",
9                         "max_length" => 255,
10                 ),
11                 "rrd_archive" => array(
12                         "friendly_name" => "Archive directory",
13                         "description" => "This is the directory where rrd files are <strong>moved</strong> for <strong>Archive</strong>",
14                         "method" => "dirpath",
15 -                       "default" => $config["base_path"] . "/rra/archive/",
16 +                       "default" => "/var/lib/cacti/rra/archive",
17                         "max_length" => 255,
18                 )
19                 );
This page took 0.084804 seconds and 3 git commands to generate.