diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-15 22:03:55 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-15 22:03:55 +0000 |
commit | 8e650d30b0097ffefc814caa3b75fe04c80e8fca (patch) | |
tree | 2b5a6d5d34383e9479649378885dc8472547e172 /openwrt/package/rrdcollect/files/rrd.conf | |
parent | 4f7fc3e94c5cde6bf782341ae9f04572c5682134 (diff) |
fix rrd.cgi and rrd archives creation (thanks Olliver for reporting)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/rrdcollect/files/rrd.conf')
-rw-r--r-- | openwrt/package/rrdcollect/files/rrd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/rrdcollect/files/rrd.conf b/openwrt/package/rrdcollect/files/rrd.conf index d47b71a2a..4ee13ce94 100644 --- a/openwrt/package/rrdcollect/files/rrd.conf +++ b/openwrt/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) |