[PATCH] Makefile.am: remove unsafe headers path

2014-12-29 Thread Romain Naour
/usr/local/include is probably not needed and it's unsafe for cross-compilation. Signed-off-by: Romain Naour --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a9ad5b9..0109e5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,

Re: Storing sockets in /tmp and systemd's PrivateTmp

2014-12-29 Thread Thomas Adam
On 27 December 2014 at 02:15, Thue Janus Kristensen wrote: > I found a solution (manually specifying the socket location somewhere > outside /tmp), but you (tmux maintainers) should consider storing the tmux > server sockets somehow/somewhere else than /tmp IMO. It defaults to /tmp if TMPDIR is n

Storing sockets in /tmp and systemd's PrivateTmp

2014-12-29 Thread Thue Janus Kristensen
I have a program named rfwadmin[1], which is a web interface for controlling a MineCraft server. The MineCraft server is started by the init system from /etc/init.d/minecraft.sh, in a tmux session own by the webserver user, and the web server can then control the MineCraft server by send-keys into

[PATCH] Fix Cygwin compilation

2014-12-29 Thread İsmail Dönmez
On recent cygwin MAXPATHLEN is defined in sys/param.h, attached patch adds this as an include to osdep-cygwin.c to fix compilation. ismail cygwin.patch Description: Binary data -- Dive into the World of Parallel Programm