Description of problem: a suspected typo in init.d/netfs causes extra output during booting. Version-Release number of selected component (if applicable): initscripts-8.31.1-1 How reproducible: always, at boot Steps to Reproduce: 1. reboot machine without "quiet" to watch the initscripts feedback on console Actual results: if no lvm volumes exist, prints "No volume groups found" and an extra newline Expected results: no extra output Additional info: this is most likely a simple typo in init.d/netfs on the line: if /sbin/lvm.static vgscan > /dev/null 1>&1 ; then I *assume* this should be "2>&1" to suppress things like "No volume groups found" when booting.
Fixed in CVS, thanks!