Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487172
Collapse All | Expand All

(-)a/net-dns/djbdns/djbdns-1.05-r28.ebuild (-11 / +10 lines)
Lines 24-29 RDEPEND=" Link Here
24
	doc? ( app-doc/djbdns-man )
24
	doc? ( app-doc/djbdns-man )
25
	selinux? ( sec-policy/selinux-djbdns )"
25
	selinux? ( sec-policy/selinux-djbdns )"
26
26
27
pkg_setup() {
28
	# The nofiles group is no longer provided by baselayout.
29
	# Share it with qmail if possible.
30
	enewgroup nofiles 200
31
32
	enewuser dnscache -1 -1 -1 nofiles
33
	enewuser dnslog -1 -1 -1 nofiles
34
	enewuser tinydns -1 -1 -1 nofiles
35
}
36
27
src_prepare() {
37
src_prepare() {
28
	epatch \
38
	epatch \
29
		"${FILESDIR}/headtail.patch" \
39
		"${FILESDIR}/headtail.patch" \
Lines 97-112 src_install() { Link Here
97
	readme.gentoo_create_doc
107
	readme.gentoo_create_doc
98
}
108
}
99
109
100
pkg_preinst() {
101
	# The nofiles group is no longer provided by baselayout.
102
	# Share it with qmail if possible.
103
	enewgroup nofiles 200
104
105
	enewuser dnscache -1 -1 -1 nofiles
106
	enewuser dnslog -1 -1 -1 nofiles
107
	enewuser tinydns -1 -1 -1 nofiles
108
}
109
110
DISABLE_AUTOFORMATTING=1
110
DISABLE_AUTOFORMATTING=1
111
FORCE_PRINT_ELOG=1 #remove next bump
111
FORCE_PRINT_ELOG=1 #remove next bump
112
DOC_CONTENTS='
112
DOC_CONTENTS='
113
- 

Return to bug 487172