]> git.pld-linux.org Git - packages/drraw.git/commitdiff
- updated to 2.2b1
authorTomasz Pala <gotar@pld-linux.org>
Wed, 19 Nov 2008 17:24:21 +0000 (17:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drraw-conf.patch -> 1.2

drraw-conf.patch

index 2c2159fb753553fcac6cb5a9f0cb5df4fe5c1a43..f79d28b94df4fa5fe2b8d018b285cfd5aceaaaca 100644 (file)
@@ -1,21 +1,23 @@
 --- drraw-2.1.1/aq     2004-11-13 21:01:22.000000000 +0100
 +++ drraw-2.1.1/drraw.conf     2005-02-13 16:28:51.000000000 +0100
-@@ -21,7 +21,7 @@
- # Directories where Round Robin Databases may be found
+@@ -27,8 +27,8 @@
  # They will be searched recursively for files matching *.rrd (Round Robin
  # Database files) and *.evt (Event files).
+ # NOTE: Specify directory paths without any trailing slash
 -%datadirs = ('/here/are/some/files'  => '[Label1] ',
-+%datadirs = ('/home/services/rrd'  => '[Label1] ',
-              '/here/are/other/files' => '[Label2] ',
+-             '/here/are/other/files' => '[Label2] ',
++%datadirs = ('/var/lib/collectd' => '[Label1] ',
++             '/var/lib/rrdtool' => '[Label2] ',
              );
  
-@@ -69,8 +69,8 @@
+ # This function is used to sort *.rrd and *.evt filenames before displaying
+@@ -75,8 +75,8 @@
  # These directories MUST EXIST and the user running CGI scripts must have
  # read AND write access to them.  It is entirely safe to delete any content
  # found in the temporary directory.
 -$saved_dir = '/somewhere/drraw/saved';
 -$tmp_dir = '/somewhere/drraw/tmp';
-+$saved_dir = '/home/services/drraw/';
++$saved_dir = '/home/services/drraw';
 +$tmp_dir = '/tmp';
  # By default, critical errors are shown in the produced HTML pages produced
  # and sent to standard error (which web servers typically write to some
This page took 0.077312 seconds and 4 git commands to generate.