Don't print "You may wish to update your font path" at pkg_add time
authorsthen <sthen@openbsd.org>
Fri, 1 Apr 2022 10:14:17 +0000 (10:14 +0000)
committersthen <sthen@openbsd.org>
Fri, 1 Apr 2022 10:14:17 +0000 (10:14 +0000)
commit1b4d61cf4edfcbe4a9e029a1e6e2e60ce3145f71
tree2f960f9698be202cb8d74368cb44ef27d4ef3728
parent77d3759856d15c8105ab6330ef36198e55e49c9c
Don't print "You may wish to update your font path" at pkg_add time
for paths which are under /usr/local/share/fonts.

In most cases only fontconfig is relevant and this automatically
searches subdirectories, so user changes are not often needed any more.

The case where they might be needed is for server-side bit-map fonts
(managed via 'xset fp' or 'fontpath' in /etc/X11/xorg.conf) but this is
not common any more (most fonts in ports are not bit-map anyway) and
this gets rid of some cases of pkg_add messages which the user does
not need to act upon.

ok landry@ matthieu@ and I think there were some others
usr.sbin/pkg_add/OpenBSD/PackingElement.pm