]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- process /\.cgi$/ files
authorradek <radek@pld-linux.org>
Mon, 16 Dec 2002 11:22:44 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.prov -> 1.3

perl.prov

index f36ca18c609eb05080ec3aa94a6946419cc44da6..8e56b973032d42edf633daa727e59bfc760e416e 100644 (file)
--- a/perl.prov
+++ b/perl.prov
@@ -22,7 +22,7 @@ foreach ( @ARGV ? @ARGV : <> ) {
        chomp;
        next if !-f || -l;                # skip non-files and symlinks
        next if m#^/usr/(?:doc|src)/#;    # lot of false alarms
-       next if !m#\.p[ml]$#;             # we only care about *.pm and *.pl files
+       next if !m#\.(?:p[ml]|cgi$#;      # we only care about *.pm and *.pl files and CGI scripts
        process_file($_) if -f;
 }
 
This page took 0.054443 seconds and 4 git commands to generate.