SOURCES: drraw-conf.patch - updated to 2.2b1
gotar
gotar at pld-linux.org
Wed Nov 19 18:24:27 CET 2008
Author: gotar Date: Wed Nov 19 17:24:27 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 2.2b1
---- Files affected:
SOURCES:
drraw-conf.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/drraw-conf.patch
diff -u SOURCES/drraw-conf.patch:1.1 SOURCES/drraw-conf.patch:1.2
--- SOURCES/drraw-conf.patch:1.1 Sun Feb 13 16:35:36 2005
+++ SOURCES/drraw-conf.patch Wed Nov 19 18:24:21 2008
@@ -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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/drraw-conf.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list