From 1c29a8b3477cd2c030ee21465e0d4a9ec943b590 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 10 Aug 2017 15:04:08 +0200 Subject: dynconfig: Fix location of the default 'binddns dir' BUG: https://bugzilla.samba.org/show_bug.cgi?id=12957 Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- dynconfig/wscript | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dynconfig') diff --git a/dynconfig/wscript b/dynconfig/wscript index fee37eaaf5f..54977e42bd4 100644 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -174,6 +174,12 @@ dynconfig = { 'OPTION': '--with-privatedir', 'HELPTEXT': 'Where to put sam.ldb and other private files', }, + 'BINDDNS_DIR' : { + 'STD-PATH': '${PREFIX}/bind-dns', + 'FHS-PATH': '${LOCALSTATEDIR}/lib/samba/bind-dns', + 'OPTION': '--with-bind-dns-dir', + 'HELPTEXT': 'bind-dns config directory', + }, 'LOCKDIR' : { 'STD-PATH': '${LOCALSTATEDIR}/lock', 'FHS-PATH': '${LOCALSTATEDIR}/lock/samba', @@ -192,12 +198,6 @@ dynconfig = { 'OPTION': '--with-statedir', 'HELPTEXT': 'Where to put persistent state files', }, - 'BINDDNS_DIR' : { - 'STD-PATH': '${LOCALSTATEDIR}/lib', - 'FHS-PATH': '${LOCALSTATEDIR}/lib/samba/bind-dns', - 'OPTION': '--with-bind-dns-dir', - 'HELPTEXT': 'bind-dns config directory', - }, 'CACHEDIR' : { 'STD-PATH': '${LOCALSTATEDIR}/cache', 'FHS-PATH': '${LOCALSTATEDIR}/cache/samba', -- cgit v1.2.1