The new patch of glibc to override the default socket server:
Needed for glibc-2_7-branch
2008-06-30 Zheng Da <[EMAIL PROTECTED]>
* hurd/hurdsocks.c (_hurd_socket_server): Searches environment variables
for the socket server insteading of using the default one.
(SOCK_SERV_%d, SOCK_SER
Hi Thomas,
> The procfs change was uncommitted, which I can commit as soon as we know
> who's the author, and the other change was a merge conflict which I'll
> resolve as soon as I get access to flubber again.
>
>
>diff --git a/community/procfs.mdwn b/community/procfs.mdwn
>index 472c66c
Hello!
Olaf has noticed some oddities w.r.t. synchronicity between the flubber
repository of the wiki and the web-interface's working copy. I can only
suspect what was going on and then I would suspect that one of the
machines crashed while internal synchronization between the two
repositories wa
[EMAIL PROTECTED] wrote:
Hi,
On Fri, Aug 08, 2008 at 08:09:24AM +0200, zhengda wrote:
The patch enables the pfinet to work with the multiplexer and use the
filter rule that only accepts the packet whose destination is the
pfinet server.
This rather sounds like two totally orthogonal
Samuel Thibault wrote:
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit :
Samuel Thibault wrote:
if (domain > max_domain || servers[domain] == MACH_PORT_NULL)
{
char *name = NULL;
char *np = NULL;
if (__asprintf (&name, "SOCK_SERV_%d", domain) > 0)
{
np = geten
zhengda, le Sun 10 Aug 2008 19:42:18 +0200, a écrit :
> Samuel Thibault wrote:
> if (domain > max_domain || servers[domain] == MACH_PORT_NULL)
> {
> char *name = NULL;
> char *np = NULL;
>
> if (__asprintf (&name, "SOCK_SERV_%d", domain) > 0)
> {
> np = getenv (name);
>
[EMAIL PROTECTED] wrote:
I don't know the rule either, if there is any... But it just seems
reasonable to be consistent and use the same error code for an
equivalent error condition...
OK.
Do you have any idea to prevent the mail client to do it? I use
thunderbird. I didn't find anything tha