K 10 svn:author V 7 mandree K 8 svn:date V 27 2016-03-02T00:12:11.669983Z K 7 svn:log V 286 Make sure pkg-install works with postfix-base, too. Prior to this fix, pkg-install used hardcoded ${PKG_PREFIX}/sbin/postconf, but postfix-base installs it into /usr/sbin/postconf. Instead, do a path search for postconf in ${PKG_PREFIX}/sbin:$PATH and cache the result in a variable. END