Force a standard umask before adding/deleting packages. If not done and
authorsthen <sthen@openbsd.org>
Wed, 19 Apr 2023 18:07:43 +0000 (18:07 +0000)
committersthen <sthen@openbsd.org>
Wed, 19 Apr 2023 18:07:43 +0000 (18:07 +0000)
commit57ad43797e59e0f6ff3c27c678ae6698df26d323
tree8b46a5ee989c47324650c03521f1b96f4d575648
parenteed9a6174bd8c0627663a27bbcec46d5d49ddbb3
Force a standard umask before adding/deleting packages. If not done and
the user has a restrictive mask, various items (new directories, @sample'd
files, /var/db/pkg entries, mandoc databases) end up not readable.

feedback/ok espie@
usr.sbin/pkg_add/OpenBSD/AddDelete.pm