summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_info
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-12-08 15:54:46 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-12-08 15:54:46 +0000
commitd6e596645f91520c4d84ae7559efde1ba27dea9d (patch)
tree7a7252926b5f962ef175b366b9bc1d216ea4e685 /usr.sbin/pkg_add/pkg_info
parentfb3bd19c580203f557fc534d57f5c6ddef4f4f05 (diff)
let pkg_info -E see @sample objects. No sense in hiding them.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_info')
-rw-r--r--usr.sbin/pkg_add/pkg_info3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_info b/usr.sbin/pkg_add/pkg_info
index d0d995034a4..564274c163f 100644
--- a/usr.sbin/pkg_add/pkg_info
+++ b/usr.sbin/pkg_add/pkg_info
@@ -1,6 +1,6 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg_info,v 1.63 2007/06/26 19:11:28 espie Exp $
+# $OpenBSD: pkg_info,v 1.64 2007/12/08 15:54:45 espie Exp $
#
# Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org>
#
@@ -50,6 +50,7 @@ sub dump_file
print $item->fullname, "\n";
}
+package OpenBSD::PackingElement::FileObject;
sub hunt_file
{
my ($item, $h, $pkgname, $l) = @_;