From 45cf0d3f6d526ce8c0185342a98b579390026a3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 6 Feb 2024 13:18:58 +0100 Subject: Updating error messages if dependencies are not there to list all programs in dehydrated-nsupdate hook. Signed-off-by: Daniel Baumann --- dehydrated/bin/dehydrated-nsupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dehydrated/bin/dehydrated-nsupdate') diff --git a/dehydrated/bin/dehydrated-nsupdate b/dehydrated/bin/dehydrated-nsupdate index d59e5ff..922ee5c 100755 --- a/dehydrated/bin/dehydrated-nsupdate +++ b/dehydrated/bin/dehydrated-nsupdate @@ -51,7 +51,7 @@ then # bind-dnsutils DIG_VARIANT="bind" else - echo "'${HOOK}': need dig from bind-dnsutils or knot-dnsutils" >&2 + echo "'${HOOK}': need dig from bind-dnsutils or kdig from knot-dnsutils" >&2 exit 1 fi @@ -75,7 +75,7 @@ then # bind-dnsutils NSUPDATE_VARIANT="bind" else - echo "'${HOOK}': need nsupdate from bind-dnsutils or knot-dnsutils" >&2 + echo "'${HOOK}': need nsupdate from bind-dnsutils or knsupdate from knot-dnsutils" >&2 exit 1 fi -- cgit v1.2.3