[SCM] SAMBA-CTDB repository - branch v3-2-ctdb updated - build_3.2.3_ctdb.50-82-g37039d3

Michael Adam obnox at samba.org
Mon Dec 1 02:44:13 GMT 2008


The branch, v3-2-ctdb has been updated
       via  37039d345e9a25654bef038f2b8bb4b891cfa6f0 (commit)
       via  ac24c23f8b87bcdedc06e1ab65e20b9bb1d537c1 (commit)
      from  36ca917a63f23126536e786bed845dee48fbf61c (commit)

http://gitweb.samba.org/?p=obnox/samba-ctdb.git;a=shortlog;h=v3-2-ctdb


- Log -----------------------------------------------------------------
commit 37039d345e9a25654bef038f2b8bb4b891cfa6f0
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 1 03:05:40 2008 +0100

    packaging(RHEL-CTDB): explicitly build the gpfs module
    
    to prevent potetential problems on PTF8 systems where there
    is no valid autodetecting configure check yet.
    
    Michael

commit ac24c23f8b87bcdedc06e1ab65e20b9bb1d537c1
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 1 03:43:12 2008 +0100

    winbindd/nss_info: remove unused variable from nss_init()
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 packaging/RHEL-CTDB/configure.rpm   |    2 +-
 packaging/RHEL-CTDB/samba.spec.tmpl |    2 +-
 source/winbindd/nss_info.c          |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RHEL-CTDB/configure.rpm b/packaging/RHEL-CTDB/configure.rpm
index 444d3e2..b9a1ee1 100755
--- a/packaging/RHEL-CTDB/configure.rpm
+++ b/packaging/RHEL-CTDB/configure.rpm
@@ -50,7 +50,7 @@ CC="$CC" CFLAGS="-Wall -g -D_GNU_SOURCE" ./configure -C \
 	--without-smbwrapper \
 	--with-pam \
 	--with-quotas \
-	--with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2 \
+	--with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2,vfs_gpfs \
 	--with-syslog \
 	--with-utmp \
 	--with-cluster-support \
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl
index 9b0f518..852813f 100644
--- a/packaging/RHEL-CTDB/samba.spec.tmpl
+++ b/packaging/RHEL-CTDB/samba.spec.tmpl
@@ -167,7 +167,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \
         --without-smbwrapper \
 	--with-pam \
 	--with-quotas \
-	--with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2 \
+	--with-shared-modules=idmap_rid,idmap_ad,idmap_tdb2,vfs_gpfs \
 	--with-syslog \
 	--with-utmp \
 	--with-cluster-support \
diff --git a/source/winbindd/nss_info.c b/source/winbindd/nss_info.c
index 8ef9163..a4990fe 100644
--- a/source/winbindd/nss_info.c
+++ b/source/winbindd/nss_info.c
@@ -171,7 +171,6 @@ NTSTATUS nss_domain_list_add_domain(const char *domain,
 	int i;
 	char *backend, *domain;
 	struct nss_function_entry *nss_backend;
-	struct nss_domain_entry *nss_domain;
 
 	/* check for previous successful initializations */
 


-- 
SAMBA-CTDB repository


More information about the samba-cvs mailing list