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: 27-Oct-2003 19:56:25
Branch: HEAD Handle: 2003102718562500
Modified files:
openpkg-re rclint.pl
Log:
allow rc.powerdns to pass, too
Summary:
Revision Changes Path
1.20 +1 -1 openpkg-re/rclint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/rclint.pl
============================================================================
$ cvs diff -u -r1.19 -r1.20 rclint.pl
--- openpkg-re/rclint.pl 30 Aug 2003 07:53:28 -0000 1.19
+++ openpkg-re/rclint.pl 27 Oct 2003 18:56:25 -0000 1.20
@@ -390,7 +390,7 @@
$done = $outer_done; $this = ''; $todo = $outer_this;
while ($todo =~ m/ [^=]+=[^\n]+/s) {
$done .= $`; $this = $&; $todo = $';
- if ($this !~ m/ ([A-Z]+|$pkgu)_[a-z_]+=/) {
+ if ($this !~ m/ ([A-Z]+|$pkgu)_[a-z_][a-z0-9_]*=/) {
&lint_warning($file, $done, $this, "section $section: badly
prefixed variable");
}
$done .= $this;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]