Subject: unexpected package name matching
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <k.heinz@oktsieben.kh-22.de>
List: tech-pkg
Date: 10/14/2007 19:04:51
Hi,

is the following behaviour expected?

  $ pkg_info -e pkg_install
  pkg_install-20070814
  $ pkg_info -e pkg\*all
  $ pkg_info -e pkg\*all\*
  pkg_install-20070814

This means that matching against package names without version number
works but wildcard matching is only successful against full package
names (with version number).

ciao
     Klaus