Hi all, This patch adds -i (--ignore-perms) option to pkgadd, which makes possible to not bother user with permissions conflicts. To be really useful, prt-get must be modified. Say, /etc/prt-get.conf will look like: trusted-prtdir /usr/ports/core trusted-prtdir /usr/ports/opt prtdir /usr/ports/contrib Which means, that prt-get will pass -i option to all packages built from core and opt. And will not pass -i to packages from contrib. Cons: - No annoying conflicts from trusted packages; - User can choose to which repos he trust. Pros: - prt-get must be modified, which is not trivial as I can see. If you have better approach, please speak up. -- Anton (irc: bd2) p.s. Attaching two versions of the patch, first one which can be applied just after 2-bugfix patch. And second version which can be applied after 3-split and 4-cosmetic patches. Second version also fixes uninitialized variable o_force found in 3-split patch.