Lines Matching refs:pkg
41 [ -f ] [ -p ] [ -pkg SUNWxxx ] [ filename ]
59 The optional argument -pkg allows you to specify a package name.
69 get_depend_info -dbdir ./DBM -pkg SUNWnisu
70 get_depend_info -f -dbdir ./DBM -pkg SUNWnisu
72 get_depend_info -s -dbdir ./DBM -pkg SUNWnisu
109 } elsif ($arg eq "-pkg") {
124 # For a given pkg definition directory, this subroutine will
521 local($pkg) = @_;
522 $pkgchk = `/usr/sbin/pkgchk -l $pkg | grep Pathname | sed 's/Pathname: //'`;
537 foreach $pkg (@outPkgs) {
538 $pkg =~ s/\s*$//; # trim extra space off the end
542 if ($lastpkg ne $pkg) {
543 print("P $pkg\t$PKGNAMES{$pkg}\n");
546 $lastpkg = $pkg;