OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 23-Jul-2003 17:45:52
Branch: HEAD Handle: 2003072316455100
Modified files:
openpkg-re rpmlint.pl
Log:
print more details
Summary:
Revision Changes Path
1.11 +1 -1 openpkg-re/rpmlint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/rpmlint.pl
============================================================================
$ cvs diff -u -r1.10 -r1.11 rpmlint.pl
--- openpkg-re/rpmlint.pl 23 Jul 2003 15:38:59 -0000 1.10
+++ openpkg-re/rpmlint.pl 23 Jul 2003 15:45:51 -0000 1.11
@@ -312,7 +312,7 @@
}
my $perm = $info->{ls}->{$path}->{'perm'};
if ($perm =~ m|^-| && $perm !~
m|^-[-r][-w][sx][-r][-w][-sx][-r][-w][-tx]$|) {
- &lint_error($rpm, "non-executable file \"$path\" under topdir
\"$topdir\" (expected to be executable)");
+ &lint_error($rpm, "non-executable file \"$path\" (with
permissions \"$perm\" under topdir \"$topdir\" (expected to be executable)");
}
}
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]