summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2011-04-18 20:16:20 +0000
committerjasper <jasper@openbsd.org>2011-04-18 20:16:20 +0000
commita118d7b66d1f48f00fe9d44630f589d6688c2b62 (patch)
tree7f67c9a4a8ed2634808789012da7b018e248a278
parentAdd an option (mouse-select-window) which allows the mouse to be used by (diff)
downloadwireguard-openbsd-a118d7b66d1f48f00fe9d44630f589d6688c2b62.tar.xz
wireguard-openbsd-a118d7b66d1f48f00fe9d44630f589d6688c2b62.zip
people (should) bump REVISION nowadays.
ok espie@
-rw-r--r--usr.sbin/pkg_add/OpenBSD/Signature.pm4
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";
}