From: Peter van Dijk Date: Mon, 9 Mar 2020 19:13:58 +0000 (+0100) Subject: auth docs: clarify absence/presence of pdns-backend-bind X-Git-Tag: dnsdist-1.5.0-rc1~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8917%2Fhead;p=thirdparty%2Fpdns.git auth docs: clarify absence/presence of pdns-backend-bind --- diff --git a/docs/installation.rst b/docs/installation.rst index 2b25b06f49..0aaa2c3685 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -32,7 +32,7 @@ required backend as follows: Redhat-based Systems ~~~~~~~~~~~~~~~~~~~~ -On RedHat based system there are 2 options to install PowerDNS, from +On RedHat based systems there are 3 options to install PowerDNS, from `EPEL `__, the `repository from Kees Monshouwer `__ or from `the PowerDNS repositories `__: @@ -49,6 +49,8 @@ The different backends can be installed using $ sudo yum install pdns-backend-$backend +Note that for some of those package sources, the bind backend is shipped as part of the base ``pdns`` package, and there is no separate ``pdns-backend-bind`` package. + FreeBSD ~~~~~~~