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 8ace0e749bd428fa66ef69279c6889246a1b6c7b (commit) via bbd544ea81ce56719560ceaae890357f66a656c7 (commit) from 50d1ca7580ab255449ac23f2e89d2f67156fd13e (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 8ace0e749bd428fa66ef69279c6889246a1b6c7b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Apr 18 23:26:26 2011 +0200
core49: add serices.cgi to core-update.
commit bbd544ea81ce56719560ceaae890357f66a656c7 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Apr 18 20:53:41 2011 +0200
services.cgi: blacklist mdadm (no good idea to stop it with webif).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/49/filelists/files | 1 + html/cgi-bin/services.cgi | 3 ++- 2 files changed, 3 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/49/filelists/files b/config/rootfiles/core/49/filelists/files index 8fc42ba..9d0af80 100644 --- a/config/rootfiles/core/49/filelists/files +++ b/config/rootfiles/core/49/filelists/files @@ -8,6 +8,7 @@ srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/pppsetup.cgi srv/web/ipfire/cgi-bin/proxy.cgi +srv/web/ipfire/cgi-bin/services.cgi var/ipfire/langs/de.pl var/ipfire/langs/en.pl var/ipfire/langs/es.pl diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index b6efe09..55740cf 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -177,9 +177,10 @@ END # blacklist some packages # # alsa has trouble with the volume saving and was not really stopped + # mdadm should not stopped with webif because this could crash the system # chomp($_); - if ($_ ne "alsa"){ + if ( ($_ ne "alsa") && ($_ ne "mdadm") ) { $lines++; if ($lines % 2){ print "<tr bgcolor='$color{'color22'}'>";
hooks/post-receive -- IPFire 2.x development tree