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 6b1c728d88728451a86bebb5011c89de47721d5c (commit) from 337305ef81675c30162e9ce7d373ade32bf643c1 (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 6b1c728d88728451a86bebb5011c89de47721d5c Author: Jan Paul Tuecking earl@ipfire.org Date: Sat Dec 4 19:49:36 2010 +0100
Don't show reboot message all the time.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/index.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index b85b22c..052e8ca 100755 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -446,7 +446,7 @@ END &Pakfire::dblist("upgrade", "notice"); print <<END; END -if ($reboot == 0) { +if ($reboot == 1) { print "<br /><font color='red'>$Lang::tr{'needreboot'}!</font>"; } } else {
hooks/post-receive -- IPFire 2.x development tree