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 460abc6bca624f9ffd7a3eb77ba93b8d1716b14e (commit) from 0f94e1c3a8755e360d93fffe7121679c94b23af2 (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 460abc6bca624f9ffd7a3eb77ba93b8d1716b14e Author: Christian Schmidt maniacikarus@ipfire.org Date: Tue Dec 7 18:12:46 2010 +0100
Little cosmetic fix for temp graph.
-----------------------------------------------------------------------
Summary of changes: config/cfgroot/graphs.pl | 2 +- config/rootfiles/core/44/filelists/files | 1 + 2 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/cfgroot/graphs.pl b/config/cfgroot/graphs.pl index c300b0a..7a0f643 100644 --- a/config/cfgroot/graphs.pl +++ b/config/cfgroot/graphs.pl @@ -773,7 +773,7 @@ sub updatehwtempgraph { "-w 600", "-h 125", "-r", - "-t ".$Lang::tr{'sensors temp'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period}, + "-t ".$Lang::tr{'mbmon temp'}." ".$Lang::tr{'graph per'}." ".$Lang::tr{$period}, "--color=SHADEA".$color{"color19"}, "--color=SHADEB".$color{"color19"}, "--color=BACK".$color{"color21"}, diff --git a/config/rootfiles/core/44/filelists/files b/config/rootfiles/core/44/filelists/files index 68c86ba..c069ea0 100644 --- a/config/rootfiles/core/44/filelists/files +++ b/config/rootfiles/core/44/filelists/files @@ -13,6 +13,7 @@ srv/web/ipfire/cgi-bin/vpnmain.cgi srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/html/images/urlfilter/copy.gif var/ipfire/general-functions.pl +var/ipfire/graphs.pl var/ipfire/extrahd/bin/extrahd.pl var/ipfire/langs/de.pl var/ipfire/langs/en.pl
hooks/post-receive -- IPFire 2.x development tree