X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=tools%2Fchecknewlog.pl;h=c007f5a02a9b3f1a7ec356ca7c6d4b87bd8b7158;hb=e529ac6f2c874bbf1924e0f9b927c2e2c40ac536;hp=5c9bae94c0e84e6b9dc90dfe19a2229e67af8704;hpb=babf4ceafb582b9677dee5e93d07e1aa132e24d7;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/tools/checknewlog.pl b/tools/checknewlog.pl index 5c9bae94c0..c007f5a02a 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/ || $_=~ /-kmod-/){ + if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /coreutils/ || $_=~ /esniper/ || $_=~ /libsigc/ || $_ eq 'FILES' ){ next; } elsif ( $_=~ /missing_rootfile/ ){ print "Rootfile for $_ missing!\n";