From: Nicolas Thill Date: Mon, 15 Aug 2005 22:03:55 +0000 (+0000) Subject: fix rrd.cgi and rrd archives creation (thanks Olliver for reporting) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9d58bd917d26c5dec27c4238085f6fe7ff72858f;p=openwrt%2Fstaging%2Fdedeckeh.git fix rrd.cgi and rrd archives creation (thanks Olliver for reporting) SVN-Revision: 1685 --- diff --git a/openwrt/package/rrdcollect/files/rrd.conf b/openwrt/package/rrdcollect/files/rrd.conf index d47b71a2a8..4ee13ce94f 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) diff --git a/openwrt/package/rrdcollect/files/rrdcollect.init b/openwrt/package/rrdcollect/files/rrdcollect.init index a6089ba16d..7bcd1e9335 100644 --- a/openwrt/package/rrdcollect/files/rrdcollect.init +++ b/openwrt/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)