Searched refs:InfoFile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db513 $InfoFile = "$PkgDir/$Pkg/pkginfo"; # full name of the pkginfo file
514 if (-r $InfoFile) { # if we can read it
515 $str = `grep '^NAME=' $InfoFile`; # just grep the entry
521 &yelp("***Cannot find usable NAME entry in $InfoFile\n");
524 &yelp("***Cannot find readable file $InfoFile\n");

Completed in 70 milliseconds