--- /usr/portage/sys-fs/lvm2/files/lvm2-start.sh 2007-05-21 16:36:21.000000000 +0200 +++ lvm-start.sh 2007-05-30 14:24:53.000000000 +0200 @@ -25,7 +25,7 @@ ebegin "Setting up the Logical Volume Manager" #still echo stderr for debugging /sbin/vgscan --mknodes --ignorelockingfailure >/dev/null - if [ $? = 0 -a -x /sbin/vgchange ] && \ + if [ -x /sbin/vgchange ] && \ [ -f /etc/lvmtab -o -d /etc/lvm ] then /sbin/vgchange --ignorelockingfailure -a y >/dev/null