From 30a5f682b5fe6edcdb119af6dc736f4beb40bc26 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 9 Aug 2008 13:26:49 +1000 Subject: [PATCH] disable the DNS update code, as it breaks clustering --- packaging/RHEL-CTDB/configure.rpm | 2 +- packaging/RHEL-CTDB/samba.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm index afff117bed8..75960402053 100755 --- a/packaging/RHEL-CTDB/configure.rpm +++ b/packaging/RHEL-CTDB/configure.rpm @@ -37,6 +37,6 @@ CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure \ --with-cluster-support \ --with-ctdb=/usr/include \ --without-ldb \ - --with-dnsupdate \ + --without-dnsupdate \ --with-aio-support \ $* diff --git a/packaging/RHEL-CTDB/samba.spec b/packaging/RHEL-CTDB/samba.spec index 756f8a1c8e6..1ea14c210eb 100644 --- a/packaging/RHEL-CTDB/samba.spec +++ b/packaging/RHEL-CTDB/samba.spec @@ -172,7 +172,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --with-cluster-support \ --with-ctdb=/usr/include \ --without-ldb \ - --with-dnsupdate \ + --without-dnsupdate \ --with-aio-support make showlayout -- 2.34.1