services.cgi: blacklist mdadm (no good idea to stop it with webif).

This commit is contained in:
Arne Fitzenreiter
2011-04-18 20:53:41 +02:00
parent 50d1ca7580
commit bbd544ea81

View File

@@ -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'}'>";