yes indeed. Thank you
On Fri, Apr 8, 2016 at 12:03 AM, Antoine Jacoutot <[email protected]> wrote: > On Thu, Apr 07, 2016 at 11:49:11PM +0200, Teno Deuter wrote: >> I run 'pkg_add' with 'doas' and I get only: >> >> Can't find [the package] I try to install. Doesn't say anything about >> 'root'. >> >> Also, why 'pkg_add' has to be run as root only? In previous OpenBSD version >> this wasn't the case. Is that due to 'doas'? > > doas resets the environment. > If you want to keep PKG_PATH then use something like this in doas.conf: > permit keepenv { PKG_PATH } nopass :wheel > > > -- > Antoine

