FS#3463 - initscripts 0.7.1-4 problem with rc.sysinit script regarding /etc/mdadm.conf
|
Details
The lastest initscripts 0.7.1-4 added some new code to
rc.sysinit script.
The line: if [ -f /etc/mdadm.conf -a "`grep ^ARRAY /etc/mdadm.conf`" ]; then Doesn't take in account the possibility of /etc/mdadm.conf not being there. During the boot you get an error message: grep: /etc/mdadm.conf: No such file or directory I think that that script line should be something like: if [ -f /etc/mdadm.conf ] && [ -a "`grep ^ARRAY /etc/mdadm.conf`" ]; then Best regards, |
This task depends upon
Closed by arjan timmerman (blaasvis)
Sunday, 13 November 2005, 09:58 GMT
Reason for closing: Duplicate
Additional comments about closing: task 3462
Sunday, 13 November 2005, 09:58 GMT
Reason for closing: Duplicate
Additional comments about closing: task 3462
http://bugs.archlinux.org/task/3462
the bug will be fixed in the next revision