Hello!
I'm trying to create some customised packages, and noticed that many
ports use exec/unexec. I did search through archives and found that, in
2007 Marc Espie says;
http://www.techtalkz.com/openbsd/79003-post-install-script-execution-package.html
>But using @exec/@unexec is more or less like an INSTALL since you
>can execute commands on installation of the package, am I right ?
yes, @exec and @unexec are *still* dangerous, and you *still* must think
twice before using them.
So, i checked through documentation, and couldn't find a way to execute
these scripts with user permisions or a way to disable. By default, port
installation run @exec while doing make install or pkg_add.
Maybe i'm missing something, could someone please advise?
Regards,
Cem