[Pkg-samba-maint] r1793 - branches/samba/experimental/debian/patches
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Tue Mar 25 08:53:53 UTC 2008
Author: vorlon
Date: 2008-03-25 08:53:53 +0000 (Tue, 25 Mar 2008)
New Revision: 1793
Modified:
branches/samba/experimental/debian/patches/fhs-filespaths-debatable.patch
Log:
... and use get_dyn_CACHEDIR() consistently throughout, dyn_CACHEDIR() no
longer exists as a function.
Modified: branches/samba/experimental/debian/patches/fhs-filespaths-debatable.patch
===================================================================
--- branches/samba/experimental/debian/patches/fhs-filespaths-debatable.patch 2008-03-25 08:40:38 UTC (rev 1792)
+++ branches/samba/experimental/debian/patches/fhs-filespaths-debatable.patch 2008-03-25 08:53:53 UTC (rev 1793)
@@ -97,7 +97,7 @@
updatecount++;
- fname = talloc_strdup(ctx, lp_lockdir());
-+ fname = talloc_strdup(ctx, dyn_CACHEDIR());
++ fname = talloc_strdup(ctx, get_dyn_CACHEDIR());
if (!fname) {
return;
}
@@ -110,7 +110,7 @@
if (cache) return True;
- asprintf(&cache_fname, "%s/%s", lp_lockdir(), LOGIN_CACHE_FILE);
-+ asprintf(&cache_fname, "%s/%s", dyn_CACHEDIR(), LOGIN_CACHE_FILE);
++ asprintf(&cache_fname, "%s/%s", get_dyn_CACHEDIR(), LOGIN_CACHE_FILE);
if (cache_fname)
DEBUG(5, ("Opening cache file at %s\n", cache_fname));
else {
More information about the Pkg-samba-maint
mailing list