... and let sign_list(\@ARGV... work too)
authorespie <espie@openbsd.org>
Tue, 7 Jan 2014 01:35:56 +0000 (01:35 +0000)
committerespie <espie@openbsd.org>
Tue, 7 Jan 2014 01:35:56 +0000 (01:35 +0000)
usr.sbin/pkg_add/OpenBSD/State.pm

index 8084c2a..6570c97 100644 (file)
@@ -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;