[Pkg-samba-maint] r3183 - branches/samba/experimental/debian
    vorlon at alioth.debian.org 
    vorlon at alioth.debian.org
       
    Sun Dec 20 08:39:45 UTC 2009
    
    
  
Author: vorlon
Date: 2009-12-20 08:39:45 +0000 (Sun, 20 Dec 2009)
New Revision: 3183
Modified:
   branches/samba/experimental/debian/changelog
   branches/samba/experimental/debian/rules
Log:
move --with-cifsumount to the Linux-conditional block where it belongs
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog	2009-12-20 08:37:21 UTC (rev 3182)
+++ branches/samba/experimental/debian/changelog	2009-12-20 08:39:45 UTC (rev 3183)
@@ -6,7 +6,7 @@
   * Better adapt "add machine script" example to adduser
     Thanks to Heiko Schlittermann for the suggestion
     Closes: #555466
-  * Add --with-cifsmount and --with-cifs-umount to configure
+  * Add --with-cifs-umount to configure
 
   [ Mathieu Parent ]
   * Raise ctdb build-dep version to 1.0.103
Modified: branches/samba/experimental/debian/rules
===================================================================
--- branches/samba/experimental/debian/rules	2009-12-20 08:37:21 UTC (rev 3182)
+++ branches/samba/experimental/debian/rules	2009-12-20 08:39:45 UTC (rev 3183)
@@ -60,14 +60,13 @@
 		--with-cachedir=/var/cache/samba \
 		--enable-external-libtalloc \
 		--without-libtalloc \
-		--disable-avahi \
-		--with-cifsumount \
-		--with-cifsmount
+		--disable-avahi
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
   conf_args += \
 		--with-ctdb=/usr --with-cluster-support=yes \
 		--with-cifsmount \
+		--with-cifsumount \
 		--with-cifsupcall \
 		--with-acl-support \
 		--with-quotas
    
    
More information about the Pkg-samba-maint
mailing list