CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2012/01/27 04:27:18
Modified files: libexec/makewhatis/OpenBSD: Makewhatis.pm Log message: fix pkg_delete for people who had mandocdb enabled: if we don't find a whatis.db when deleting (which could happen if mandocdb was enabled while pkg_add was running), first create it, then update it. okay nigel@, schwarze@