artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca3ff7
)
simplify a bit: pass the first SIGNER for @signer.
author
espie
<espie@openbsd.org>
Thu, 9 Jan 2014 13:21:03 +0000
(13:21 +0000)
committer
espie
<espie@openbsd.org>
Thu, 9 Jan 2014 13:21:03 +0000
(13:21 +0000)
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
index
83fc8ed
..
6501f73
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/PkgCreate.pm
@@
-1,6
+1,6
@@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgCreate.pm,v 1.8
8 2014/01/09 10:43:1
3 espie Exp $
+# $OpenBSD: PkgCreate.pm,v 1.8
9 2014/01/09 13:21:0
3 espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@
-1159,9
+1159,6
@@
sub add_signature
}
my $list = $state->signer_list;
- if (@$list != 1) {
- $state->fatal("Ambiguous: single SIGNER identity required");
- }
OpenBSD::PackingElement::Signer->add($plist, $list->[0]);
my $sig = $state->{signer}->new_sig;