From: espie Date: Sat, 16 Sep 2023 09:33:13 +0000 (+0000) Subject: forgot to kill that X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=24b27aa0d89c3d59a1fb5ddd5e14059e469d1bed;p=openbsd forgot to kill that --- diff --git a/usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm b/usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm index 7c516f9c2d9..d44eed08bc6 100644 --- a/usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm +++ b/usr.sbin/pkg_add/OpenBSD/PackageRepository/Cache.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Cache.pm,v 1.12 2023/06/13 09:07:18 espie Exp $ +# $OpenBSD: Cache.pm,v 1.13 2023/09/16 09:33:13 espie Exp $ # # Copyright (c) 2022 Marc Espie # @@ -137,9 +137,6 @@ sub get_cached_info($self, $name) $content = ''; open my $fh, "-|", $self->pipe_locate($name.":*") or die $!; while (<$fh>) { - if (m/\@option\s+always-update/) { - return undef; - } if (m/^.*?\:(.*)/) { $content .= $1."\n"; } else {