=================================================================== RCS file: /home/cvs/CVSROOT/commit_prep.pl,v retrieving revision 1.2 retrieving revision 1.5 diff -u -p -r1.2 -r1.5 --- CVSROOT/commit_prep.pl 1999/10/27 18:03:00 1.2 +++ CVSROOT/commit_prep.pl 2000/10/28 16:55:31 1.5 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $OpenXM$ +# $OpenXM: CVSROOT/commit_prep.pl,v 1.4 2000/10/28 16:35:49 maekawa Exp $ # # Most parts obtained from FreeBSD.org and modified for OpenXM # @@ -82,7 +82,7 @@ sub check_version { if ($pos == -1) { printf($NoId, $filename); - return(1); + return(0); } $bareid = (index($line, "\$\OpenXM: \$") >= 0 || index($line, "\$\OpenXM\$") >= 0); @@ -160,6 +160,8 @@ if ($check_id != 0) { foreach $arg (@ARGV) { local($hastag) = ($cvstag{$arg} ne ''); next if (index($arg, ".") == 0); + next if (index($arg, "pkg-") == 0); + next if ($arg =~ /^distinfo$/); $failed += &check_version($arg, $directory, $hastag, $cvsversion); } if ($failed) {