From f239b6f467aff24d692888702f4637c01e4a4609 Mon Sep 17 00:00:00 2001 From: Glen Wiley Date: Mon, 24 Mar 2014 12:49:59 -0400 Subject: [PATCH] trust anchor msg --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 716c4077..cfd34119 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,6 +73,7 @@ install: all @echo "***" @echo "*** We recomend using unbound-anchor to retrieve and install" @echo "*** the root trust anchor like this: " + @echo "*** mkdir /etc/unbound" @echo "*** unbound-anchor -a \"@TRUST_ANCHOR_FILE@\"" @echo "***" @echo "*** We strongly recommend package maintainers to provide the"