Package: samba Severity: wishlist Tags: patch CTDB can be compiled in by default without risk. Here is the place to discuss this.
As said by Ronnie Sahlberg [1]: > (Me:) > Does enabling ctdb at compilation time changes samba behavior when > "clustering = yes" is not set in smb.conf? No it does not. When clustering=yes is NOT set in smb.conf you will have the exact same behaviour as if samba was compiled without ctdb. (end of quote) [1]: http://lists.samba.org/archive/samba-technical/2008-July/060104.html Patch: Index: debian/control =================================================================== --- debian/control (révision 2533) +++ debian/control (copie de travail) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Samba Maintainers <pkg-samba-ma...@lists.alioth.debian.org> Uploaders: Eloy A. Paris <pe...@debian.org>, Steve Langasek <vor...@debian.org>, Christian Perrier <bubu...@debian.org>, Noèl Köthe <n...@debian.org>, Adam Conrad <adcon...@0c3.net> -Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev | libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt, uuid-dev, libtalloc-dev (>= 1.2.0~git20080616), libkeyutils-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc] +Build-Depends: debhelper, libpam0g-dev, libreadline5-dev, libcups2-dev | libcupsys2-dev, libacl1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], libkrb5-dev, libldap2-dev, po-debconf, libpopt-dev, quilt, uuid-dev, libtalloc-dev (>= 1.2.0~git20080616), libkeyutils-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc], ctdb Build-Conflicts: libfam-dev Standards-Version: 3.8.0 Homepage: http://www.samba.org Index: debian/rules =================================================================== --- debian/rules (révision 2533) +++ debian/rules (copie de travail) @@ -56,6 +56,7 @@ --with-dnsupdate \ --without-libtdb \ --without-libnetapi \ + --with-ctdb --with-cluster-support \ ifeq ($(DEB_HOST_ARCH_OS),linux) conf_args += \ -- System Information: Debian Release: 5.0 APT prefers testing APT policy: (900, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org