From ff3fb60e40daf53c31d241107e8ffb3497d11583 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 19 Jul 2016 21:08:11 +0000 Subject: net-dns/pdns-recursor: Switch src_install() to upstream automake Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener --- net-dns/pdns-recursor/files/pdns-recursor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-dns/pdns-recursor/files') diff --git a/net-dns/pdns-recursor/files/pdns-recursor b/net-dns/pdns-recursor/files/pdns-recursor index 151176b5ad0e..f114d5be4a2d 100644 --- a/net-dns/pdns-recursor/files/pdns-recursor +++ b/net-dns/pdns-recursor/files/pdns-recursor @@ -17,12 +17,12 @@ start() { stop() { ebegin "Stopping PowerDNS Recursor" - /usr/sbin/rec_control quit &>/dev/null + /usr/bin/rec_control quit &>/dev/null eend $? } ping() { ebegin "Pinging PowerDNS Recursor" - /usr/sbin/rec_control ping &>/dev/null + /usr/bin/rec_control ping &>/dev/null eend $? } -- cgit v1.2.3-65-gdbad