From babf4ceafb582b9677dee5e93d07e1aa132e24d7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 1 Nov 2008 20:24:30 +0100 Subject: [PATCH] Removed log/rootfile check of kernel modules --- tools/checknewlog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checknewlog.pl b/tools/checknewlog.pl index 6e739834ed..5c9bae94c0 100755 --- a/tools/checknewlog.pl +++ b/tools/checknewlog.pl @@ -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"; -- 2.39.2