The following issue requires your FEEDBACK. ====================================================================== 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: feedback ====================================================================== Date Submitted: 2009-09-14 11:16 CEST Last Modified: 2012-04-11 11:17 CEST ====================================================================== 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 ====================================================================== ---------------------------------------------------------------------- (0009796) bonivart (manager) - 2012-04-11 11:17 https://www.opencsw.org/mantis/view.php?id=3894#c9796 ---------------------------------------------------------------------- Isn't that what it does Dago? # pkgutil -L foo (foo/SUNWfoo/CSWfoo not installed) # pkgutil -L bash (CSWfoo not installed) # pkgutil -L SUNWbash (matches bash from SUNW) /usr/bin/bash _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
