From: Lars Wendler Date: Fri, 26 Aug 2016 07:32:36 +0000 (+0200) Subject: net-dns/nsd: Another bugfix in new init script. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=eacfcb7d6472e421d231023cd49c4449dc88bc74;p=gentoo.git net-dns/nsd: Another bugfix in new init script. Revbump so users get the fix. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler --- diff --git a/net-dns/nsd/files/nsd.initd-r1 b/net-dns/nsd/files/nsd.initd-r1 index ef81f9e663e1..a503b848e1f4 100755 --- a/net-dns/nsd/files/nsd.initd-r1 +++ b/net-dns/nsd/files/nsd.initd-r1 @@ -52,6 +52,8 @@ stop_pre() { } reload() { + checkconfig || return $? + pidfile="$(get_pidfile)" ebegin "Reloading config and zone files" kill -s HUP $(cat ${pidfile}) eend $? diff --git a/net-dns/nsd/nsd-4.1.11-r1.ebuild b/net-dns/nsd/nsd-4.1.11-r2.ebuild similarity index 100% rename from net-dns/nsd/nsd-4.1.11-r1.ebuild rename to net-dns/nsd/nsd-4.1.11-r2.ebuild