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