summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2019-08-25 19:06:36 +0000
committerespie <espie@openbsd.org>2019-08-25 19:06:36 +0000
commitfddcf565f23b607aa708b3c2108bbc4662309b25 (patch)
tree5ee241dfef4b0b1b7c6a143f257ccad835c1b4f3
parentAdd SIOCDIFADDR_IN6 to the wroute pledge to allow removal of IPv6 addresses (diff)
downloadwireguard-openbsd-fddcf565f23b607aa708b3c2108bbc4662309b25.tar.xz
wireguard-openbsd-fddcf565f23b607aa708b3c2108bbc4662309b25.zip
synch with other changes. bug noticed by naddy@
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgCheck.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm b/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm
index f5e164fd4cf..e90486b0b43 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCheck.pm,v 1.69 2018/02/27 22:46:53 espie Exp $
+# $OpenBSD: PkgCheck.pm,v 1.70 2019/08/25 19:06:36 espie Exp $
#
# Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
#
@@ -54,7 +54,7 @@ sub install
my $state = $self->{state};
push(@{$state->{setlist}},
$state->updateset->add_hints2($pkg));
- $self->framework($state);
+ $self->try_and_run_command($state);
return $state->{bad} != 0;
}