From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05E4B138330 for ; Fri, 26 Aug 2016 07:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 017B5E0A69; Fri, 26 Aug 2016 07:32:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4CFFE0A69 for ; Fri, 26 Aug 2016 07:32:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43147340871 for ; Fri, 26 Aug 2016 07:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87AF32461 for ; Fri, 26 Aug 2016 07:32:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1472196768.eacfcb7d6472e421d231023cd49c4449dc88bc74.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/, net-dns/nsd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/nsd/files/nsd.initd-r1 net-dns/nsd/nsd-4.1.11-r1.ebuild net-dns/nsd/nsd-4.1.11-r2.ebuild X-VCS-Directories: net-dns/nsd/ net-dns/nsd/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eacfcb7d6472e421d231023cd49c4449dc88bc74 X-VCS-Branch: master Date: Fri, 26 Aug 2016 07:32:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fff8c923-283c-4c08-961e-323fe362b48b X-Archives-Hash: e66ab582f89264a8ece498b0fb6ba9b4 commit: eacfcb7d6472e421d231023cd49c4449dc88bc74 Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 26 07:32:36 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 26 07:32:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacfcb7d 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 gentoo.org> net-dns/nsd/files/nsd.initd-r1 | 2 ++ net-dns/nsd/{nsd-4.1.11-r1.ebuild => nsd-4.1.11-r2.ebuild} | 0 2 files changed, 2 insertions(+) diff --git a/net-dns/nsd/files/nsd.initd-r1 b/net-dns/nsd/files/nsd.initd-r1 index ef81f9e..a503b84 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