Re: tiny bit for shared postfix libraries

2010-12-05 Thread Victor Duchovni
On Sun, Dec 05, 2010 at 08:02:01PM -0500, Wietse Venema wrote: > Both dependencies on non-library data are removed in snapshot 20101204. Unfortunately DEF_COMMAND_MAXTIME is a string (time units), not an integer, so we something along the lines of (untested, ...): Index: src/global/pipe_command

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Wietse Venema
Victor Duchovni: > On Sun, Dec 05, 2010 at 06:10:04PM -0500, Wietse Venema wrote: > > > Oh, this is a bug in the scache_clnt_create() routine. It is supposed > > to use the "service" argument, instead of the global parameter. Victor > > reported that one a few weeks ago. > > Indeed, the same repo

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Victor Duchovni
On Sun, Dec 05, 2010 at 06:10:04PM -0500, Wietse Venema wrote: > Oh, this is a bug in the scache_clnt_create() routine. It is supposed > to use the "service" argument, instead of the global parameter. Victor > reported that one a few weeks ago. Indeed, the same report also included the "maxtime"

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Wietse Venema
Michael Tokarev: [ Charset ISO-8859-1 unsupported, converting... ] > > The patch below is something I carry locally > > since very long time, I forgot when I used it > > first. It were rejected when I first posted > > it to postfix-users, but without it building > > shared libpostfix is not possib

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Wietse Venema
Michael Tokarev: > 05.12.2010 19:46, Wietse Venema wrote: > > Michael Tokarev: > >> The patch below is something I carry locally > >> since very long time, I forgot when I used it > >> first. It were rejected when I first posted > >> it to postfix-users, but without it building > >> shared libpost

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Michael Tokarev
05.12.2010 19:46, Wietse Venema wrote: > Michael Tokarev: >> The patch below is something I carry locally >> since very long time, I forgot when I used it >> first. It were rejected when I first posted >> it to postfix-users, but without it building >> shared libpostfix is not possible due to >> w

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Wietse Venema
Michael Tokarev: > The patch below is something I carry locally > since very long time, I forgot when I used it > first. It were rejected when I first posted > it to postfix-users, but without it building > shared libpostfix is not possible due to > wrongly placed variable. FWIW. > > /mjt That

Re: tiny bit for shared postfix libraries

2010-12-05 Thread Michael Tokarev
05.12.2010 19:12, Michael Tokarev wrote: > The patch below is something I carry locally > since very long time, I forgot when I used it > first. It were rejected when I first posted > it to postfix-users, but without it building > shared libpostfix is not possible due to > wrongly placed variable.

tiny bit for shared postfix libraries

2010-12-05 Thread Michael Tokarev
The patch below is something I carry locally since very long time, I forgot when I used it first. It were rejected when I first posted it to postfix-users, but without it building shared libpostfix is not possible due to wrongly placed variable. FWIW. /mjt Well, I don't know where this should go