[Pkg-samba-maint] r3802 - in trunk/samba/debian: . patches

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Jun 4 10:19:01 UTC 2011


Author: bubulle
Date: 2011-06-04 10:19:01 +0000 (Sat, 04 Jun 2011)
New Revision: 3802

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/patches/fhs-filespaths.patch
Log:
Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo
in fhs-filespath.patch. LP: #789097

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2011-05-27 15:23:45 UTC (rev 3801)
+++ trunk/samba/debian/changelog	2011-06-04 10:19:01 UTC (rev 3802)
@@ -1,3 +1,10 @@
+samba (2:3.5.8~dfsg-5) UNRELEASED; urgency=low
+
+  * Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo
+    in fhs-filespath.patch. LP: #789097
+
+ -- Christian Perrier <bubulle at debian.org>  Sat, 04 Jun 2011 12:09:40 +0200
+
 samba (2:3.5.8~dfsg-4) unstable; urgency=low
 
   [ Debconf translations ]

Modified: trunk/samba/debian/patches/fhs-filespaths.patch
===================================================================
--- trunk/samba/debian/patches/fhs-filespaths.patch	2011-05-27 15:23:45 UTC (rev 3801)
+++ trunk/samba/debian/patches/fhs-filespaths.patch	2011-06-04 10:19:01 UTC (rev 3802)
@@ -74,7 +74,7 @@
  		/* fall back to the private directory, which, despite
  		   its name, is usually on shared storage */
 -		db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", lp_private_dir());
-+		db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", dyn_get_STATEDIR());
++		db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", get_dyn_STATEDIR());
  	}
  	NT_STATUS_HAVE_NO_MEMORY(db_path);
  





More information about the Pkg-samba-maint mailing list