summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-02-23 21:47:49 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-02-23 21:47:49 +0000
commitee3d1615150f3790768fa258e4e505e22da46890 (patch)
tree92de41bed8d66835f779fe7e9e810166c5034f14 /usr.sbin/pkg_add/OpenBSD
parentbce2647e260eb4a11cbe037f26206d96708e77af (diff)
document that this even more off-limits than the rest of the
(so far and intentionally) undocumented interface.
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PackingList.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PackingList.pm b/usr.sbin/pkg_add/OpenBSD/PackingList.pm
index 5f9d41c6bd1..82e9c4a944b 100644
--- a/usr.sbin/pkg_add/OpenBSD/PackingList.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PackingList.pm
@@ -1,4 +1,4 @@
-# $OpenBSD: PackingList.pm,v 1.5 2004/01/28 22:12:01 espie Exp $
+# $OpenBSD: PackingList.pm,v 1.6 2004/02/23 21:47:48 espie Exp $
#
# Copyright (c) 2003 Marc Espie.
#
@@ -57,6 +57,9 @@ sub read
return $plist;
}
+# XXX Please don't define other selectors yourself, as this is a hack
+# XXX that is bound to change in the future.
+
sub OpenBSD::PackingList::DirrmOnly
{
m/^\@cwd/ || m/^\@dirrm/ || m/^\@name/;