head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.4 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.2 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.3.0.52 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.50 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.48 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.46 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.44 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.42 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.40 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.38 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.36 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.34 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.32 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.30 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.28 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.26 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.24 pkgsrc-2008Q1:1.3.0.22 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.20 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.18 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.16 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.14 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.12 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.10 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.8 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.6 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.4 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.09.16.11.59.00; author obache; state dead; branches; next 1.3; 1.3 date 2005.09.17.21.31.26; author minskim; state Exp; branches; next 1.2; 1.2 date 2005.01.24.18.18.31; author manu; state dead; branches; next 1.1; 1.1 date 2005.01.13.09.27.06; author manu; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.01.13.09.27.06; author manu; state Exp; branches; next ; desc @@ 1.4 log @Hobbit Monitor has been renamed to Xymon. @ text @$NetBSD: patch-ac,v 1.3 2005/09/17 21:31:26 minskim Exp $ --- hobbitd/hobbitgraph.c.orig 2005-01-20 03:47:02.000000000 -0800 +++ hobbitd/hobbitgraph.c @@@@ -348,6 +348,7 @@@@ int main(int argc, char *argv[]) DIR *dir; char **calcpr = NULL; int argi, pcount, argcount, rrdargcount, xsize, ysize, result; + double ymin, ymax; time_t now; char timestamp[100]; char graphtitle[1024]; @@@@ -620,7 +621,8 @@@@ int main(int argc, char *argv[]) /* All set - generate the graph */ rrd_clear_error(); - result = rrd_graph(rrdargcount, rrdargs, &calcpr, &xsize, &ysize); + result = rrd_graph(rrdargcount, rrdargs, &calcpr, &xsize, &ysize, + NULL, &ymin, &ymax); /* Was it OK ? */ if (rrd_test_error() || (result != 0)) { @ 1.3 log @Make this package build with rrdtool-1.2.x. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Hobbit-0.6beta2: bugfixes @ text @d1 13 a13 5 $NetBSD: patch-ac,v 1.1 2005/01/13 09:27:06 manu Exp $ --- build/rrd.sh.orig 2005-01-12 18:58:04.000000000 +0100 +++ build/rrd.sh 2005-01-12 18:58:53.000000000 +0100 @@@@ -1,9 +1,6 @@@@ echo "Checking for RRDtool ..." d15 8 a22 7 - RRDINC="" - RRDLIB="" - PNGLIB="" for DIR in /opt/rrdtool* /usr/local/rrdtool* /usr/local /usr do if test -f $DIR/include/rrd.h then @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Hobbitmon is a big brother like network monitoring tool @ text @@