From: Arne Fitzenreiter Date: Mon, 25 Oct 2021 16:59:08 +0000 (+0000) Subject: general-functions: remove comment that system_output also in speed.cgi X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7b4f847119660fd58a0da2652d56d5ffeff5e69;p=people%2Fstevee%2Fipfire-2.x.git general-functions: remove comment that system_output also in speed.cgi this functions was removed from speed.cgi by reading kernel netowrk statistics instead of parsing ip -s show ... Signed-off-by: Arne Fitzenreiter --- diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index c10a04faa2..2f26ca12f8 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -53,7 +53,6 @@ sub system_background($) { } # Returns the output of a shell command -# if you change this also check speed.cgi that include a local copy for systemload reasons sub system_output($) { my @command = @_; my $pid;