Removed log/rootfile check of kernel modules

This commit is contained in:
Arne Fitzenreiter
2008-11-01 20:24:30 +01:00
parent b4b132b0a4
commit babf4ceafb

View File

@@ -28,7 +28,7 @@ foreach(@FILES) {
# print $_."\n";
my $Found = 0;
if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ ){
if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/){
next;
} elsif ( $_=~ /missing_rootfile/ ){
print "Rootfile for $_ missing!\n";