From: Arne Fitzenreiter Date: Wed, 13 Aug 2008 04:02:08 +0000 (+0200) Subject: Removed "-r" at wireless graph (this cause a segfault if all collected values are... X-Git-Tag: v2.3-beta3~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a962a9231ebe946bf2c7606b0b2ad43e5dd5fad6;p=ipfire-2.x.git Removed "-r" at wireless graph (this cause a segfault if all collected values are the same) --- diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index d185a4b80c..7e6ee25cf0 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -767,7 +767,7 @@ sub wireless { my $interface = $_[1]; RRDs::graph ("$graphs/wireless-$interface-$period.png", "--start", "-1$period", "-aPNG", "-i", "-W www.ipfire.org", - "--alt-y-grid", "-w 600", "-h 125", "-r", "-v dBm", "-z", + "--alt-y-grid", "-w 600", "-h 125", "-v dBm", "-z", "-t Wireless $interface $Lang::tr{'graph per'} $Lang::tr{$period}", "--color", "SHADEA".$color{"color19"}, "--color", "SHADEB".$color{"color19"},