mirror of https://github.com/getdnsapi/getdns.git
Fix directory creation documentation for anchor file
This commit is contained in:
parent
898fc15b6b
commit
0f1dd9cdd2
|
@ -72,7 +72,7 @@ install: all
|
||||||
@echo "***"
|
@echo "***"
|
||||||
@echo "*** We recomend using unbound-anchor to retrieve and install"
|
@echo "*** We recomend using unbound-anchor to retrieve and install"
|
||||||
@echo "*** the root trust anchor like this: "
|
@echo "*** the root trust anchor like this: "
|
||||||
@echo "*** mkdir /etc/unbound"
|
@echo "*** mkdir -p `dirname @TRUST_ANCHOR_FILE@`"
|
||||||
@echo "*** unbound-anchor -a \"@TRUST_ANCHOR_FILE@\""
|
@echo "*** unbound-anchor -a \"@TRUST_ANCHOR_FILE@\""
|
||||||
@echo "***"
|
@echo "***"
|
||||||
@echo "*** We strongly recommend package maintainers to provide the"
|
@echo "*** We strongly recommend package maintainers to provide the"
|
||||||
|
|
Loading…
Reference in New Issue