Subject: How to recompute the md5 of a file in installed pkg?
To: None <tech-pkg@netbsd.org>
From: John Refling <johnr@imageworks.com>
List: tech-pkg
Date: 05/10/2000 15:17:16
I have a package with an install procedure which creates
the usual mtree-like database in /var/db/pkg for the package.
There is one configuration file within the installed /usr/pkg
tree which I modify AFTER the install.

At that point, the checksum for that file fails (pkg_admin check),
and I can't even remove it automatically thru pkg_delete.

Is there a way to UPDATE that file's checksum in /var/db/pkg
after the install?

thanks.