CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/03/09 02:57:40
Modified files:
usr.bin/tmux : client.c server.c tmux.h
Log message:
Use a lock file and flock() to serialize server start, avoids problems
when running a bunch of tmux from cron at the same time. Based on a diff
from Tim Ruehsen.
