packages: postfix/postfix-scache_clnt.patch (NEW) - fix build by shadzik

lisu lisu at pld-linux.org
Tue May 17 14:53:53 CEST 2011


Author: lisu                         Date: Tue May 17 12:53:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build by shadzik

---- Files affected:
packages/postfix:
   postfix-scache_clnt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/postfix/postfix-scache_clnt.patch
diff -u /dev/null packages/postfix/postfix-scache_clnt.patch:1.1
--- /dev/null	Tue May 17 14:53:53 2011
+++ packages/postfix/postfix-scache_clnt.patch	Tue May 17 14:53:48 2011
@@ -0,0 +1,11 @@
+--- postfix-2.8.3/src/global/scache_clnt.c.orig	2011-05-17 14:24:55.245798704 +0200
++++ postfix-2.8.3/src/global/scache_clnt.c	2011-05-17 14:24:26.382381790 +0200
+@@ -414,7 +414,7 @@
+     sp->scache->size = scache_clnt_size;
+     sp->scache->free = scache_clnt_free;
+ 
+-    service = concatenate("local:private/", server, (char *) 0);
++    service = concatenate("local:private/", var_scache_service, (char *) 0);
+     sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
+     myfree(service);
+ 
================================================================


More information about the pld-cvs-commit mailing list