diff options
author | 2004-02-23 21:47:48 +0000 | |
---|---|---|
committer | 2004-02-23 21:47:48 +0000 | |
commit | 452c5743fd3642141fbf1bfd044ad493ac02bd4e (patch) | |
tree | 9d7e583921d60092d589ab482040dff62631f357 | |
parent | Make sure we allow for the time when check_pty has not yet been called (diff) | |
download | wireguard-openbsd-452c5743fd3642141fbf1bfd044ad493ac02bd4e.tar.xz wireguard-openbsd-452c5743fd3642141fbf1bfd044ad493ac02bd4e.zip |
document that this even more off-limits than the rest of the
(so far and intentionally) undocumented interface.
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PackingList.pm | 5 |
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/; |