From: Arne Fitzenreiter Date: Mon, 18 Apr 2011 18:53:41 +0000 (+0200) Subject: services.cgi: blacklist mdadm (no good idea to stop it with webif). X-Git-Tag: v2.9-core49~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbd544ea81ce56719560ceaae890357f66a656c7;p=people%2Fstevee%2Fipfire-2.x.git services.cgi: blacklist mdadm (no good idea to stop it with webif). --- diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index b6efe09584..55740cf26d 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 "";