--- /usr/portage/gentoo/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.1.ebuild 2016-02-20 03:19:41.000000000 +0300 +++ /usr/portage/local/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.7.0.ebuild 2016-10-02 20:37:22.315740414 +0300 @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,9 +39,9 @@ src_install() { default - newinitd "${FILESDIR}"/${PN}.initd-1.6.1 ${PN} - newconfd "${FILESDIR}"/${PN}.confd-1.6.0-r1 ${PN} - systemd_dounit "${FILESDIR}"/${PN}.service + newinitd "${FILESDIR}"/${PN}.initd-9999 ${PN} + newconfd "${FILESDIR}"/${PN}.confd-9999 ${PN} + #systemd_dounit "${FILESDIR}"/${PN}.service } pkg_postinst() { @@ -49,9 +49,9 @@ elog "/etc/resolv.conf and replace your current set of resolvers" elog "with:" elog - elog "nameserver " + elog "nameserver " elog - elog "where is what you supplied in" + elog "where is what you supplied in" elog "/etc/conf.d/dnscrypt-proxy, default is \"127.0.0.1\"." elog elog "Also see https://github.com/jedisct1/dnscrypt-proxy#usage."