OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 22-Jul-2003 09:00:38
Branch: HEAD Handle: 2003072208003800
Modified files:
openpkg-re fsllint.pl
Log:
support (ignore) optional jitter=1 construct; fix warning message
Summary:
Revision Changes Path
1.4 +3 -1 openpkg-re/fsllint.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/fsllint.pl
============================================================================
$ cvs diff -u -r1.3 -r1.4 fsllint.pl
--- openpkg-re/fsllint.pl 15 Jul 2003 10:01:55 -0000 1.3
+++ openpkg-re/fsllint.pl 22 Jul 2003 07:00:38 -0000 1.4
@@ -475,13 +475,15 @@
if ($options !~ m;perm=0[0-7]{3};) {
&lint_warning($file, "", "", "perm option in file channel invalid
or missing on unseparated line");
}
+
$options = $';
+ $options =~ s/, jitter=1//;
$options =~ s/,//;
# detect superflous options in file channel
if ($options =~ m/\S+/s) {
$options =~ s/\n/\\n/;
- &lint_warning($file, "", "", "superflous option in prefix channel
unseparated line detected: $options");
+ &lint_warning($file, "", "", "superflous option in file channel
unseparated line detected: $options");
}
}
else {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]