summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/knot/files/knot-3.init (renamed from net-dns/knot/files/knot-2.init)2
-rw-r--r--net-dns/knot/knot-3.4.2-r2.ebuild (renamed from net-dns/knot/knot-3.4.2-r1.ebuild)2
-rw-r--r--net-dns/knot/knot-3.4.3-r1.ebuild (renamed from net-dns/knot/knot-3.4.3.ebuild)2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/knot/files/knot-2.init b/net-dns/knot/files/knot-3.init
index 746681496c53..907c328a58d0 100644
--- a/net-dns/knot/files/knot-2.init
+++ b/net-dns/knot/files/knot-3.init
@@ -21,7 +21,7 @@ extra_started_commands="reload"
capabilities="^cap_net_bind_service,^cap_setpcap"
checkconfig() {
- /usr/bin/knotc conf-check 1>/dev/null || return 1
+ /usr/sbin/knotc conf-check 1>/dev/null || return 1
}
reload() {
diff --git a/net-dns/knot/knot-3.4.2-r1.ebuild b/net-dns/knot/knot-3.4.2-r2.ebuild
index f15285db8abe..3e4f6cadbe37 100644
--- a/net-dns/knot/knot-3.4.2-r1.ebuild
+++ b/net-dns/knot/knot-3.4.2-r2.ebuild
@@ -149,7 +149,7 @@ src_install() {
if use daemon; then
rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
- newinitd "${FILESDIR}"/knot-2.init knot
+ newinitd "${FILESDIR}"/knot-3.init knot
newconfd "${FILESDIR}"/knot.confd knot
newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf
diff --git a/net-dns/knot/knot-3.4.3.ebuild b/net-dns/knot/knot-3.4.3-r1.ebuild
index 4f77abcd9f47..40e3b8bd878c 100644
--- a/net-dns/knot/knot-3.4.3.ebuild
+++ b/net-dns/knot/knot-3.4.3-r1.ebuild
@@ -150,7 +150,7 @@ src_install() {
if use daemon; then
rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
- newinitd "${FILESDIR}"/knot-2.init knot
+ newinitd "${FILESDIR}"/knot-3.init knot
newconfd "${FILESDIR}"/knot.confd knot
newtmpfiles "${FILESDIR}"/${PN}.tmpfile ${PN}.conf