Package: mdadm Version: 3.2.5-3 Severity: normal Tags: patch Hello,
It looks like there's typo in the status command of mdadm-raid:
status)
if [ -f /proc/mdstat ]; then
log_problem "no MD subsystem loaded"
exit 1
else
cat /proc/mdstat
fi
;;
The first check should be "if [ ! -f /proc/mdstat ]; then".
Regards,
Simon
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
signature.asc
Description: Digital signature

