projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d64ea
)
Remove rootfile checking for coreutils, esniper and libsigc++
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 24 May 2009 16:08:33 +0000
(18:08 +0200)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Sun, 24 May 2009 16:08:33 +0000
(18:08 +0200)
tools/checknewlog.pl
patch
|
blob
|
blame
|
history
diff --git
a/tools/checknewlog.pl
b/tools/checknewlog.pl
index
126235e
..
c007f5a
100755
(executable)
--- 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";