diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-04-18 20:16:21 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-04-18 20:16:21 +0000 |
commit | cda8ee79f20bc9592e2a1eedf15a8dc3706ed8fa (patch) | |
tree | 7ccf6e42f077da60786f5e2e28e55ed01091ea95 /usr.sbin | |
parent | c2cc1692ef366e56bac88dcb73ae5e1f5793f96f (diff) |
people (should) bump REVISION nowadays.
ok espie@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/Signature.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Signature.pm b/usr.sbin/pkg_add/OpenBSD/Signature.pm index 7987252002b..1a3192af0a1 100644 --- a/usr.sbin/pkg_add/OpenBSD/Signature.pm +++ b/usr.sbin/pkg_add/OpenBSD/Signature.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Signature.pm,v 1.11 2010/12/24 09:04:14 espie Exp $ +# $OpenBSD: Signature.pm,v 1.12 2011/04/18 20:16:20 jasper Exp $ # # Copyright (c) 2010 Marc Espie <espie@openbsd.org> # @@ -121,7 +121,7 @@ sub print_error my ($a, $b) = @_; print STDERR "Error: $a->{name} exists in two non-comparable versions\n"; - print STDERR "Someone forgot to bump a PKGNAME\n"; + print STDERR "Someone forgot to bump a REVISION\n"; print STDERR $a->string, " vs. ", $b->string, "\n"; } |