On Thu, Mar 26, 2020 at 12:12:51AM +0000, Lucas wrote:

> Today I spent a fair amount of time trying to understand why, after
> having set relevant bits of configuration in /etc/doas.conf and
> /etc/mk.conf, `make` was asking me for passwords.

Did you just try typing "make install"?

If you do "doas make install" then all your doas.conf lines mean nothing,
because you are doing the "make install" as root. So when it comes to
using doas in bsd.port.mk, you are root, so it wants root's password,
because you haven't set up anything special for root.

--Kurt

Reply via email to