disable the DNS update code, as it breaks clustering
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Aug 2008 03:26:49 +0000 (13:26 +1000)
committerMichael Adam <obnox@samba.org>
Wed, 13 Aug 2008 09:54:13 +0000 (11:54 +0200)
packaging/RHEL-CTDB/configure.rpm
packaging/RHEL-CTDB/samba.spec

index afff117bed8f0bc2770adcea50e185af52030ac3..75960402053b6865dfc545f07527aa42b6c334eb 100755 (executable)
@@ -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 \
        $*
index 756f8a1c8e6913cbfa9e8d694f95a756b0b77417..1ea14c210eb7157f42de52738d1b06ca1e1506ba 100644 (file)
@@ -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