This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 2a0a67412b0ac4cea8a5fa2ef52be0f260b3c6b8 (commit) from 9898206eba5a742f66fde5b3250f3ac3974022b9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2a0a67412b0ac4cea8a5fa2ef52be0f260b3c6b8 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Thu Jun 10 15:44:31 2010 +0200
This fixes Bug #0000638 - Load Graph naming
-----------------------------------------------------------------------
Summary of changes: config/cfgroot/graphs.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index 7417fbf..3418c68 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -249,7 +249,7 @@ sub updateloadgraph { "-h 125", "-l 0", "-r", - "-t Load Average".$Lang::tr{'graph per'}." ".$Lang::tr{$period}, + "-t Load Average ".$Lang::tr{'graph per'}." ".$Lang::tr{$period}, "-v ".$Lang::tr{'processes'}, "--color=SHADEA".$color{"color19"}, "--color=SHADEB".$color{"color19"},
hooks/post-receive -- IPFire 2.x development tree