CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/07 09:11:08
Modified files:
usr.sbin/pkg_add/OpenBSD: md5.pm
Log message:
Digest::SHA is nasty: it shows an incomplete error message if the
file can't be read properly (got a Read error on delete),
so stop trying to do things ourselves, just wrap the error to inject
a decent error message, catching inexistent files and read errors in
the process.
