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