From 3581637f3b1fb23b9b09e27077a0a9515fb4f8c2 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 15 Aug 2005 22:03:55 +0000 Subject: 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 --- package/rrdcollect/files/rrd.conf | 2 +- package/rrdcollect/files/rrdcollect.init | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/package/rrdcollect/files/rrdcollect.init b/package/rrdcollect/files/rrdcollect.init index a6089ba16..7bcd1e933 100644 --- a/package/rrdcollect/files/rrdcollect.init +++ b/package/rrdcollect/files/rrdcollect.init @@ -17,7 +17,7 @@ case $1 in mkdir -p $IMG_D mkdir -p $RRD_D [ -x $CGI_S ] || /usr/bin/rrd.sh cgi - [ -n "$RRD_D" ] || /usr/bin/rrd.sh init + [ -n "$RRD_F" ] || /usr/bin/rrd.sh init $BIN $OPTIONS ;; stop) -- cgit v1.2.3