=================================================================== RCS file: /home/cvs/CVSROOT/commit_prep.pl,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- CVSROOT/commit_prep.pl 2000/10/28 16:35:49 1.4 +++ CVSROOT/commit_prep.pl 2000/10/28 16:59:33 1.6 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $OpenXM: CVSROOT/commit_prep.pl,v 1.3 1999/10/30 16:01:35 maekawa Exp $ +# $OpenXM: CVSROOT/commit_prep.pl,v 1.5 2000/10/28 16:55:31 maekawa Exp $ # # Most parts obtained from FreeBSD.org and modified for OpenXM # @@ -39,9 +39,9 @@ $NoName = " $BadId = "%s - The \$\OpenXM\$ is mangled.\n"; -$BadName = " -%s - The pathname '%s' - in the \$\OpenXM\$ line does not match the actual filename.\n"; +#$BadName = " +#%s - The pathname '%s' +# in the \$\OpenXM\$ line does not match the actual filename.\n"; $BadVersion = " %s - GRRR!! You spammed your copy of the file @@ -161,6 +161,7 @@ if ($check_id != 0) { 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) {