mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
services.cgi: blacklist mdadm (no good idea to stop it with webif).
This commit is contained in:
@@ -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'}'>";
|
||||
|
||||
Reference in New Issue
Block a user