Date: Sat, 29 Jul 1995 18:08:35 -0700 From: "Andrey A. Chernov" <ache> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/info show.c Message-ID: <199507300108.SAA08641@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
ache 95/07/29 18:08:35 Modified: usr.sbin/pkg_install/info show.c Log: If some files lost in /var/db/pkg/<port>/ 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507300108.SAA08641>