artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f75520
)
no quirks in FwUpdate.
author
espie
<espie@openbsd.org>
Sat, 23 Jul 2016 18:09:47 +0000
(18:09 +0000)
committer
espie
<espie@openbsd.org>
Sat, 23 Jul 2016 18:09:47 +0000
(18:09 +0000)
okay theo
usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
b/usr.sbin/pkg_add/OpenBSD/FwUpdate.pm
index
970d9f5
..
4661563
100644
(file)
--- 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 <espie@openbsd.org>
#
@@
-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;
}