summaryrefslogtreecommitdiffstats
path: root/package/rrdcollect/files/rrd.conf
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-15 22:03:55 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-15 22:03:55 +0000
commit3581637f3b1fb23b9b09e27077a0a9515fb4f8c2 (patch)
treed6c54e0aeb9f66ed0b61a103c1e8698e20aa3b1d /package/rrdcollect/files/rrd.conf
parent07afff1eaa3517077df3dd46dc6f75f859d60804 (diff)
fix rrd.cgi and rrd archives creation (thanks Olliver for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rrdcollect/files/rrd.conf')
-rw-r--r--package/rrdcollect/files/rrd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rrdcollect/files/rrd.conf b/package/rrdcollect/files/rrd.conf
index d47b71a2a..4ee13ce94 100644
--- a/package/rrdcollect/files/rrd.conf
+++ b/package/rrdcollect/files/rrd.conf
@@ -16,7 +16,7 @@ RRDTOOL=/usr/bin/rrdtool
# Location of rrdcgi
RRDCGI=/usr/bin/rrdcgi
# Location of generated cgi-script
-RRDCGISCRIPT=$DATA/rrd.cgi
+RRDCGISCRIPT=$DATADIR/rrd.cgi
# Image-Path relative to webserver-root
RRDCGIIMGPATH="/img"
# Location of netcat (used for fetching data from rrdcollect-daemon)