]> git.pld-linux.org Git - packages/drraw.git/commitdiff
-services and tmp dir
authorhunter <hunter@pld-linux.org>
Sun, 13 Feb 2005 15:35:36 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drraw-conf.patch -> 1.1

drraw-conf.patch [new file with mode: 0644]

diff --git a/drraw-conf.patch b/drraw-conf.patch
new file mode 100644 (file)
index 0000000..2c2159f
--- /dev/null
@@ -0,0 +1,22 @@
+--- 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
+ # They will be searched recursively for files matching *.rrd (Round Robin
+ # Database files) and *.evt (Event files).
+-%datadirs = ('/here/are/some/files'  => '[Label1] ',
++%datadirs = ('/home/services/rrd'  => '[Label1] ',
+              '/here/are/other/files' => '[Label2] ',
+             );
+@@ -69,8 +69,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/';
++$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
+ # logfile).  If the following is defined, such errors will be written to
This page took 0.061247 seconds and 4 git commands to generate.