K 10 svn:author V 4 ache K 8 svn:date V 27 1995-07-30T01:08:34.000000Z K 7 svn:log V 484 If some files lost in /var/db/pkg// after system crash f.e., pkg_manage silently dumps core, pkg_info claims about them to stderr, which makes very difficult to find what directory cause it via tons of pkg_info -a output. I found solution which covers both variants, now pkg_info claims about missing files to stdout among valid output with ERROR: prefix. It heals pkg_manage to not dump core and makes easy to find errors in pkg_info -a output by simple /ERROR 'more' command. END