summaryrefslogtreecommitdiff
path: root/packaging/RHEL-CTDB/configure.rpm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-08-09 13:26:49 +1000
committerMichael Adam <obnox@samba.org>2008-08-13 11:54:13 +0200
commitd21ec4f359b2a2783dd5f721229efc9368753105 (patch)
tree1a5f870312207ab209916342b72651f9d27dfc6e /packaging/RHEL-CTDB/configure.rpm
parent93d41b7165f76f01db5247dd7385700767dc5683 (diff)
downloadsamba-d21ec4f359b2a2783dd5f721229efc9368753105.tar.gz
samba-d21ec4f359b2a2783dd5f721229efc9368753105.tar.bz2
samba-d21ec4f359b2a2783dd5f721229efc9368753105.zip
disable the DNS update code, as it breaks clustering
(This used to be commit 30a5f682b5fe6edcdb119af6dc736f4beb40bc26)
Diffstat (limited to 'packaging/RHEL-CTDB/configure.rpm')
-rwxr-xr-xpackaging/RHEL-CTDB/configure.rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm
index afff117bed..7596040205 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 \
$*