diff options
author | 2007-04-29 11:48:00 +0000 | |
---|---|---|
committer | 2007-04-29 11:48:00 +0000 | |
commit | 446e723031a493e08974ea0a212e6a3853e92cab (patch) | |
tree | 91dce694a0618b4d4b9d80ddae59f78945064c21 | |
parent | rename compute_checksum to create_checksum (diff) | |
download | wireguard-openbsd-446e723031a493e08974ea0a212e6a3853e92cab.tar.xz wireguard-openbsd-446e723031a493e08974ea0a212e6a3853e92cab.zip |
all of them....
-rw-r--r-- | usr.sbin/pkg_add/pkg_create | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create b/usr.sbin/pkg_add/pkg_create index a457592565b..2661ea7b851 100644 --- a/usr.sbin/pkg_add/pkg_create +++ b/usr.sbin/pkg_add/pkg_create @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_create,v 1.59 2007/04/29 11:47:16 espie Exp $ +# $OpenBSD: pkg_create,v 1.60 2007/04/29 11:48:00 espie Exp $ # # Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org> # @@ -138,7 +138,7 @@ sub comment_create_package package OpenBSD::PackingElement::DirRm; my $warned; -sub compute_checksum +sub create_checksum { if (!$warned) { print STDERR "Error: \@dirrm is deprecated\n"; @@ -149,7 +149,7 @@ sub compute_checksum package OpenBSD::PackingElement; -sub compute_checksum +sub create_checksum { } |