From: Arne Fitzenreiter Date: Sat, 1 Nov 2008 19:24:30 +0000 (+0100) Subject: Removed log/rootfile check of kernel modules X-Git-Tag: v2.3-final~19 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=babf4ceafb582b9677dee5e93d07e1aa132e24d7;hp=b4b132b0a4a43bd1621d1567ed7d4d42a813a61d Removed log/rootfile check of kernel modules --- 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";