Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 5518:3cc7470ea71c
gnuclient: if TMPDIR was set and connect failed, try again with /tmp
2011-06-03 Aidan Kehoe <kehoea@parhasard.net>
* gnuslib.c (connect_to_unix_server):
Retry with /tmp as a directory in which to search for Unix sockets
if an attempt to connect with some other directory failed (which
may be because gnuclient and gnuserv don't share an environment
value for TMPDIR, or because gnuserv was compiled with USE_TMPDIR
turned off).
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 03 Jun 2011 18:40:57 +0100 |
parents | 4aa8ee813265 |
children | 900a0a8796c3 |
comparison
equal
deleted
inserted
replaced
5517:5e128eda1d1f | 5518:3cc7470ea71c |
---|---|
1 2011-06-03 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * gnuslib.c (connect_to_unix_server): | |
4 Retry with /tmp as a directory in which to search for Unix sockets | |
5 if an attempt to connect with some other directory failed (which | |
6 may be because gnuclient and gnuserv don't share an environment | |
7 value for TMPDIR, or because gnuserv was compiled with USE_TMPDIR | |
8 turned off). | |
9 | |
1 2011-05-20 Jerry James <james@xemacs.org> | 10 2011-05-20 Jerry James <james@xemacs.org> |
2 | 11 |
3 * Makefile.in.in: Default DESTDIR to the empty string, and use it in | 12 * Makefile.in.in: Default DESTDIR to the empty string, and use it in |
4 install targets. | 13 install targets. |
5 | 14 |