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

(-)file_not_specified_in_diff (-6 / +30 lines)
Line  Link Here
0
-- a/djbdns-1.05-r26.ebuild
0
++ b/djbdns-1.05-r26.ebuild
Lines 115-124 src_install() { Link Here
115
	fi
115
	fi
116
116
117
	dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION || die
117
	dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION || die
118
119
	dobin "${FILESDIR}/dnscache-setup" || die
120
	dobin "${FILESDIR}/tinydns-setup" || die
121
	dobin "${FILESDIR}/djbdns-setup" || die
122
}
118
}
123
119
124
pkg_preinst() {
120
pkg_preinst() {
Lines 132-136 pkg_preinst() { Link Here
132
}
128
}
133
129
134
pkg_postinst() {
130
pkg_postinst() {
135
	elog "Use dnscache-setup & tinydns-setup or djbdns-setup to configure djbdns."
131
	elog ''
132
	elog 'The dnscache-setup, tinydns-setup, and djbdns-setup programs have'
133
	elog 'been removed to follow upstream more closely. To configure djbdns,'
134
	elog 'please follow the instructions at,'
135
	elog ''
136
	elog '  http://cr.yp.to/djbdns.html'
137
	elog ''
138
	elog 'Of particular interest are,'
139
	elog ''
140
	elog '  axfrdns : http://cr.yp.to/djbdns/axfrdns-conf.html'
141
	elog '  dnscache: http://cr.yp.to/djbdns/run-cache-x-home.html'
142
	elog '  tinydns : http://cr.yp.to/djbdns/run-server.html'
143
	elog ''
144
	elog 'Portage has created users for axfrdns, dnscache, and tinydns; the'
145
	elog 'commands to configure these programs are,'
146
	elog ''
147
	elog '  1. axfrdns-conf tinydns dnslog /var/axfrdns /var/tinydns $ip'
148
	elog '  2. dnscache-conf dnscache dnslog /var/dnscache $ip'
149
	elog '  3. tinydns-conf tinydns dnslog /var/tinydns $ip'
150
	elog ''
151
	elog '(replace $ip with the ip address on which the server will run).'
152
	elog ''
153
	elog 'If you wish to configure rbldns or walldns, you will need to create'
154
	elog 'those users yourself (although you should still use the "dnslog"'
155
	elog 'user for the logs):'
156
	elog ''
157
	elog '  4. rbldns-conf $username dnslog /var/rbldns $ip $base'
158
	elog '  5. walldns-conf $username dnslog /var/walldns $ip'
159
	elog ''
136
}
160
}

Return to bug 428588