From: espie Date: Tue, 7 Jan 2014 01:35:56 +0000 (+0000) Subject: ... and let sign_list(\@ARGV... work too) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=95dd7c3ac570164810f393dd4ac68fb3bf10154f;p=openbsd ... and let sign_list(\@ARGV... work too) --- 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 # @@ -125,6 +125,10 @@ sub find return OpenBSD::PackageLocator->find($pkg, $self->{state}); } +sub reinitialize +{ +} + sub match_locations { my $self = shift;