From: espie Date: Tue, 27 Jun 2023 11:11:46 +0000 (+0000) Subject: remove allupdates marker, it was only used by the short-lived X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=044a957b615ca49449334b4f9305ed0e25601f75;p=openbsd remove allupdates marker, it was only used by the short-lived "@option explicit-update" flavor of firmware circa 2013. pkg_add hasn't needed to know about this since basically forever --- diff --git a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm index b21e7a21526..930ff048bb4 100644 --- a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm +++ b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: PkgAdd.pm,v 1.141 2023/06/13 09:07:17 espie Exp $ +# $OpenBSD: PkgAdd.pm,v 1.142 2023/06/27 11:11:46 espie Exp $ # # Copyright (c) 2003-2014 Marc Espie # @@ -1181,7 +1181,6 @@ sub process_parameters($self, $state) if (@ARGV == 0) { @ARGV = sort(installed_packages()); - $state->{allupdates} = 1; } my $inst = $state->repo->installed; for my $pkgname (@ARGV) {