From 252a0f93beecd984999e4272fe1fd57cdc4e2f16 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 23 Jul 2016 18:09:47 +0000 Subject: [PATCH] no quirks in FwUpdate. okay theo --- usr.sbin/pkg_add/OpenBSD/FwUpdate.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm index 970d9f56ff0..4661563e72d 100644 --- a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm +++ b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: FwUpdate.pm,v 1.19 2015/06/06 07:19:56 stsp Exp $ +# $OpenBSD: FwUpdate.pm,v 1.20 2016/07/23 18:09:47 espie Exp $ # # Copyright (c) 2014 Marc Espie # @@ -225,11 +225,10 @@ sub mark_set_for_deletion $set->{updates}++; } -# no way we can find a new quirks on the firmware site +# no quirks for firmware, bypass entirely sub do_quirks { my ($self, $state) = @_; - $self->SUPER::do_quirks($state); $state->finish_init; } -- 2.20.1