artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c7fec
)
... and let sign_list(\@ARGV... work too)
author
espie
<espie@openbsd.org>
Tue, 7 Jan 2014 01:35:56 +0000
(
01:35
+0000)
committer
espie
<espie@openbsd.org>
Tue, 7 Jan 2014 01:35:56 +0000
(
01:35
+0000)
usr.sbin/pkg_add/OpenBSD/State.pm
patch
|
blob
|
history
diff --git
a/usr.sbin/pkg_add/OpenBSD/State.pm
b/usr.sbin/pkg_add/OpenBSD/State.pm
index
8084c2a
..
6570c97
100644
(file)
--- a/
usr.sbin/pkg_add/OpenBSD/State.pm
+++ b/
usr.sbin/pkg_add/OpenBSD/State.pm
@@
-1,5
+1,5
@@
# ex:ts=8 sw=4:
-# $OpenBSD: State.pm,v 1.2
3 2012/05/01 10:18:13
espie Exp $
+# $OpenBSD: State.pm,v 1.2
4 2014/01/07 01:35:56
espie Exp $
#
# Copyright (c) 2007-2010 Marc Espie <espie@openbsd.org>
#
@@
-125,6
+125,10
@@
sub find
return OpenBSD::PackageLocator->find($pkg, $self->{state});
}
+sub reinitialize
+{
+}
+
sub match_locations
{
my $self = shift;