]> git.pld-linux.org Git - packages/drraw.git/blame - drraw-conf.patch
- converted to UTF-8
[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
3@@ -21,7 +21,7 @@
4 # Directories where Round Robin Databases may be found
5 # They will be searched recursively for files matching *.rrd (Round Robin
6 # Database files) and *.evt (Event files).
7-%datadirs = ('/here/are/some/files' => '[Label1] ',
8+%datadirs = ('/home/services/rrd' => '[Label1] ',
9 '/here/are/other/files' => '[Label2] ',
10 );
11
12@@ -69,8 +69,8 @@
13 # These directories MUST EXIST and the user running CGI scripts must have
14 # read AND write access to them. It is entirely safe to delete any content
15 # found in the temporary directory.
16-$saved_dir = '/somewhere/drraw/saved';
17-$tmp_dir = '/somewhere/drraw/tmp';
18+$saved_dir = '/home/services/drraw/';
19+$tmp_dir = '/tmp';
20 # By default, critical errors are shown in the produced HTML pages produced
21 # and sent to standard error (which web servers typically write to some
22 # logfile). If the following is defined, such errors will be written to
This page took 0.072909 seconds and 4 git commands to generate.