X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=tools%2Fchecknewlog.pl;h=c007f5a02a9b3f1a7ec356ca7c6d4b87bd8b7158;hp=5c9bae94c0e84e6b9dc90dfe19a2229e67af8704;hb=6945083ea536800184d56cab513176b5718b9eaf;hpb=babf4ceafb582b9677dee5e93d07e1aa132e24d7 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";