Don't die during inspection if rpm -qa or dpkg-query fails
authorMatthew Booth <mbooth@redhat.com>
Wed, 21 Apr 2010 14:39:49 +0000 (15:39 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 21 Apr 2010 15:51:20 +0000 (16:51 +0100)
commit39416cdb11bb2005915ed293eafb3cc6d714416d
treebce3bac95ddbed883fd84d7d633476112635bc27
parent2b43970c8c97f24b1f45c040c6963d30661fa514
Don't die during inspection if rpm -qa or dpkg-query fails

If a problem in the package database prevented package enumeration from working,
inspection would die. This change makes it emit a warning and continue.
perl/lib/Sys/Guestfs/Lib.pm