[Pkg-samba-maint] r3817 - in branches/samba/squeeze/debian: . patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sat Jun 11 17:56:15 UTC 2011
tags 629183 pending
tags 789097 pending
thanks
Author: bubulle
Date: 2011-06-11 17:56:15 +0000 (Sat, 11 Jun 2011)
New Revision: 3817
Modified:
branches/samba/squeeze/debian/changelog
branches/samba/squeeze/debian/patches/fhs-filespaths.patch
Log:
Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo
in fhs-filespath.patch. Closes: #629183, LP: #789097
Modified: branches/samba/squeeze/debian/changelog
===================================================================
--- branches/samba/squeeze/debian/changelog 2011-06-08 04:15:45 UTC (rev 3816)
+++ branches/samba/squeeze/debian/changelog 2011-06-11 17:56:15 UTC (rev 3817)
@@ -1,11 +1,13 @@
-samba (2:3.5.6~dfsg-3squeeze4) UNRELEASED; urgency=low
+samba (2:3.5.6~dfsg-3squeeze4) stable-proposed-updates; urgency=low
* Document the newly introduced "map untrusted to domain" parameter
and its default value that can lead to disruptive behavioral
changes when upgrading from pre-3.5 versions.
Closes: #623190
+ * Fix "tdb2.so undefined symbol: dyn_get_STATEDIR" by fixing a typo
+ in fhs-filespath.patch. Closes: #629183, LP: #789097
- -- Christian Perrier <bubulle at debian.org> Sun, 15 May 2011 18:29:16 +0200
+ -- Christian Perrier <bubulle at debian.org> Sat, 11 Jun 2011 11:05:52 +0200
samba (2:3.5.6~dfsg-3squeeze3) stable-proposed-updates; urgency=low
Modified: branches/samba/squeeze/debian/patches/fhs-filespaths.patch
===================================================================
--- branches/samba/squeeze/debian/patches/fhs-filespaths.patch 2011-06-08 04:15:45 UTC (rev 3816)
+++ branches/samba/squeeze/debian/patches/fhs-filespaths.patch 2011-06-11 17:56:15 UTC (rev 3817)
@@ -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