Donnie Berkholz wrote: > On 15:38 Fri 02 Nov , Alin Nastac (mrness) wrote: > >> 1.1 net-proxy/polipo/polipo-1.0.3.ebuild >> >> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/polipo/polipo-1.0.3.ebuild?rev=1.1&view=markup >> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/polipo/polipo-1.0.3.ebuild?rev=1.1&content-type=text/plain >> > > >> pkg_setup() { >> enewgroup polipo >> enewuser polipo -1 -1 /var/cache/polipo polipo >> } >> > > ... > > >> pkg_preinst() { >> pkg_setup >> } >> > > What's up with this? > You have to create users and groups in both pkg_ functions: - pkg_setup : when installation is performed the usual way, through compilation - pkg_preinst: when installed from binary package (-k)