--- advchk	2006-09-17 01:21:21.000000000 +0200
+++ advchk.new	2006-09-18 08:38:49.000000000 +0200
@@ -355,6 +355,9 @@
                 } elsif( $line =~ /^([\w\d\+\-]{2,})\-([\d\-\.]+\w*).*$/x ) {
                         $hosts{$host}{$1} = $2;
                         &debug( "added RPM      package '$1' version '$2'" );
+		} elsif( $line =~ /^([A-Za-z0-9\+\-]{2,}) ([0-9\-\.]+\w*)$/ ) {
+			$hosts{$host}{$1} = $2;
+			&debug( "added GENERIC  package '$1' version '$2'" );
                 } else {
                         &debug( 'Could not make sense of this line:', $line );
                 }
