From: espie Date: Fri, 10 Jan 2014 16:09:08 +0000 (+0000) Subject: likewise. this is useless X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7319e18b55a9ed274f6bfec7fb957b8b3a478140;p=openbsd likewise. this is useless --- diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm b/usr.sbin/pkg_add/OpenBSD/PkgCheck.pm index 59342ec5682..48339569135 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.44 2014/01/09 20:20:01 espie Exp $ +# $OpenBSD: PkgCheck.pm,v 1.45 2014/01/10 16:09:08 espie Exp $ # # Copyright (c) 2003-2014 Marc Espie # @@ -683,11 +683,6 @@ sub package_files_check my $name = shift; my $plist = OpenBSD::PackingList->from_installation($name); $state->log->set_context($name); - if ($plist->is_signed && !$state->defines('nosig')) { - if (!$plist->check_signature($state)) { - $state->fatal("#1 is corrupted", $name); - } - } if ($state->{quick}) { $plist->basic_check($state); } else {