The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3894 ====================================================================== Reported By: skayser Assigned To: bonivart ====================================================================== Project: pkgutil Issue ID: 3894 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-09-14 11:16 CEST Last Modified: 2013-01-02 16:32 CET ====================================================================== Summary: pkgutil 1.7: -L option only works with the package name, not the software name Description: Most other command options work with both (pgk and sw name), the new -L option only seems to work with the sw name. Can we get it to recognize the sw name too?
Example: # pkgutil -L dhcp # pkgutil -L CSWdhcp | head /etc/init.d/cswdhcp /etc/opt/csw/dhcpd.conf.CSW /etc/rc1.d/K73cswdhcp /etc/rc2.d/S73cswdhcp /opt/csw/bin/omshell /opt/csw/include/dhcpctl.h /opt/csw/include/isc-dhcp /opt/csw/include/isc-dhcp/boolean.h /opt/csw/include/isc-dhcp/dst.h ====================================================================== ---------------------------------------------------------------------- (0010257) bonivart (manager) - 2013-01-02 16:32 https://www.opencsw.org/mantis/view.php?id=3894#c10257 ---------------------------------------------------------------------- I think I made a workable compromise here. Avoid catalog lookup when arg starts with uppercase (should be a package name), use catalog lookup for convenience otherwise. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
