diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-01-07 01:35:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-01-07 01:35:57 +0000 |
commit | d3faa117dc52c802cdc8576d47ed1fb18b6ead13 (patch) | |
tree | 4665807bef49ceb6ada7a4eae636a474f697e94d | |
parent | 9818960edc8051a0eca70b58415cf68d5963dfcd (diff) |
... and let sign_list(\@ARGV... work too)
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/State.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/State.pm b/usr.sbin/pkg_add/OpenBSD/State.pm index 8084c2abe5d..6570c97c93e 100644 --- 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.23 2012/05/01 10:18:13 espie Exp $ +# $OpenBSD: State.pm,v 1.24 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; |