Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97309 | Differences between
and this patch

Collapse All | Expand All

(-)siproxd-0.5.11.ebuild (+10 lines)
Lines 26-31 Link Here
26
	# re-create configure (stolen from dhcpd :)
26
	# re-create configure (stolen from dhcpd :)
27
	einfo "Re-creating configure..."
27
	einfo "Re-creating configure..."
28
	autoreconf -fi || die "autoreconf failed"
28
	autoreconf -fi || die "autoreconf failed"
29
30
	# Make the daemon run as user 'siproxd' by default
31
	sed -i -e "s:nobody:siproxd:" ${S}/doc/siproxd.conf.example
29
}
32
}
30
33
31
src_compile() {
34
src_compile() {
Lines 47-50 Link Here
47
	newexe ${FILESDIR}/siproxd.rc6 siproxd
50
	newexe ${FILESDIR}/siproxd.rc6 siproxd
48
51
49
	dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO RELNOTES
52
	dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO RELNOTES
53
54
	# Set up our directories
55
	dodir /var/lib/siproxd
56
	dodir /var/run/siproxd
57
	enewuser siproxd -1 /bin/false /var/lib/siproxd
58
	fowners siproxd:root /var/lib/siproxd
59
	fowners siproxd:root /var/run/siproxd
50
}
60
}

Return to bug 97309