diff options
author | 2010-01-12 10:57:05 +0000 | |
---|---|---|
committer | 2010-01-12 10:57:05 +0000 | |
commit | a88ce9311a6611136620e3f51f0a2fa48a801774 (patch) | |
tree | fa8581fee5a6c0eb2dc55b25c91aa0bb44a0cf9c | |
parent | check the new pfsync_subheader len field on input. (diff) | |
download | wireguard-openbsd-a88ce9311a6611136620e3f51f0a2fa48a801774.tar.xz wireguard-openbsd-a88ce9311a6611136620e3f51f0a2fa48a801774.zip |
bump this to updater, so that progress is shown again.
-rw-r--r-- | usr.sbin/pkg_add/pkg_add | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_add b/usr.sbin/pkg_add/pkg_add index 8223c138029..9113776674e 100644 --- a/usr.sbin/pkg_add/pkg_add +++ b/usr.sbin/pkg_add/pkg_add @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_add,v 1.468 2010/01/11 13:40:58 espie Exp $ +# $OpenBSD: pkg_add,v 1.469 2010/01/12 10:57:05 espie Exp $ # # Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org> # @@ -240,8 +240,7 @@ sub complete $set->move_kept($o); $o->{tweaked} = OpenBSD::Add::tweak_package_status($pkgname, $state); - $state->say("Not reinstalling $pkgname") - if $state->verbose >= 2 and !$n->{tweaked}; + $state->updater->progress_message($state, "No need to reinstall $pkgname"); delete $set->{newer}->{$pkgname}; $n->cleanup; } |