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

(-)/usr/portage/gentoo/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.1.ebuild (-6 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
Lines 39-47 Link Here
39
src_install() {
39
src_install() {
40
	default
40
	default
41
41
42
	newinitd "${FILESDIR}"/${PN}.initd-1.6.1 ${PN}
42
	newinitd "${FILESDIR}"/${PN}.initd-9999 ${PN}
43
	newconfd "${FILESDIR}"/${PN}.confd-1.6.0-r1 ${PN}
43
	newconfd "${FILESDIR}"/${PN}.confd-9999 ${PN}
44
	systemd_dounit "${FILESDIR}"/${PN}.service
44
	#systemd_dounit "${FILESDIR}"/${PN}.service
45
}
45
}
46
46
47
pkg_postinst() {
47
pkg_postinst() {
Lines 49-57 Link Here
49
	elog "/etc/resolv.conf and replace your current set of resolvers"
49
	elog "/etc/resolv.conf and replace your current set of resolvers"
50
	elog "with:"
50
	elog "with:"
51
	elog
51
	elog
52
	elog "nameserver <DNSCRYPT_LOCALIP>"
52
	elog "nameserver <DNSCRYPT_LOCAL_ADDRESS>"
53
	elog
53
	elog
54
	elog "where <DNSCRYPT_LOCALIP> is what you supplied in"
54
	elog "where <DNSCRYPT_LOCAL_ADDRESS> is what you supplied in"
55
	elog "/etc/conf.d/dnscrypt-proxy, default is \"127.0.0.1\"."
55
	elog "/etc/conf.d/dnscrypt-proxy, default is \"127.0.0.1\"."
56
	elog
56
	elog
57
	elog "Also see https://github.com/jedisct1/dnscrypt-proxy#usage."
57
	elog "Also see https://github.com/jedisct1/dnscrypt-proxy#usage."

Return to bug 588462