From: Kees Monshouwer Date: Sat, 5 Jul 2014 12:20:49 +0000 (+0200) Subject: upgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR X-Git-Tag: auth-3.4.0-rc1~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785f8f81a5d23c3f6e80a646b528b6bb9405193a;p=thirdparty%2Fpdns.git upgrade notes, module-dir location switched form LIBDIR to PKGLIBDIR --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index ee60416f82..7072e40564 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -12745,6 +12745,11 @@ ALTER TABLE records MODIFY auth INT DEFAULT 1; UPDATE records SET auth=1 WHERE auth IS NULL; + + + The default location of the backend module-dir has changed from libdir to pkglibdir. pkglibdir is defined as '$(libdir)/pdns' + +