]> git.pld-linux.org Git - packages/drraw.git/blame - drraw-conf.patch
- up to b2
[packages/drraw.git] / drraw-conf.patch
CommitLineData
b3367af6 1--- drraw-2.1.1/aq 2004-11-13 21:01:22.000000000 +0100
2+++ drraw-2.1.1/drraw.conf 2005-02-13 16:28:51.000000000 +0100
1648830a 3@@ -27,8 +27,8 @@
b3367af6 4 # They will be searched recursively for files matching *.rrd (Round Robin
5 # Database files) and *.evt (Event files).
1648830a 6 # NOTE: Specify directory paths without any trailing slash
b3367af6 7-%datadirs = ('/here/are/some/files' => '[Label1] ',
1648830a
TP
8- '/here/are/other/files' => '[Label2] ',
9+%datadirs = ('/var/lib/collectd' => '[Label1] ',
10+ '/var/lib/rrdtool' => '[Label2] ',
b3367af6 11 );
12
1648830a
TP
13 # This function is used to sort *.rrd and *.evt filenames before displaying
14@@ -75,8 +75,8 @@
b3367af6 15 # These directories MUST EXIST and the user running CGI scripts must have
16 # read AND write access to them. It is entirely safe to delete any content
17 # found in the temporary directory.
18-$saved_dir = '/somewhere/drraw/saved';
19-$tmp_dir = '/somewhere/drraw/tmp';
1648830a 20+$saved_dir = '/home/services/drraw';
b3367af6 21+$tmp_dir = '/tmp';
22 # By default, critical errors are shown in the produced HTML pages produced
23 # and sent to standard error (which web servers typically write to some
24 # logfile). If the following is defined, such errors will be written to
This page took 0.1059 seconds and 4 git commands to generate.