From: Arne Fitzenreiter Date: Sun, 24 May 2009 16:08:33 +0000 (+0200) Subject: Remove rootfile checking for coreutils, esniper and libsigc++ X-Git-Tag: v2.5-rc1~22 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b261d116ad00b9479892d0d957863bcad2f62db3 Remove rootfile checking for coreutils, esniper and libsigc++ --- diff --git a/tools/checknewlog.pl b/tools/checknewlog.pl index 126235e9b6..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-/ || $_ eq 'FILES' ){ + if ( $_ =~ /$\.log/ || $_ =~ /^\.+/ || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /coreutils/ || $_=~ /esniper/ || $_=~ /libsigc/ || $_ eq 'FILES' ){ next; } elsif ( $_=~ /missing_rootfile/ ){ print "Rootfile for $_ missing!\n";