CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2015/06/20 04:03:57
Modified files:
xserver : aclocal.m4 configure configure.ac
xserver/include: dix-config.h.in do-not-use-config.h.in
xserver/man : Xserver.man
xserver/os : utils.c
Log message:
Merge from upstream: Don't listen to 'tcp' by default. Add '-listen' option.
commit cc59be38b7eff52a1d003b390f2994c73ee0b3e9
Author: Keith Packard <[email protected]>
Date: Fri Sep 12 11:33:48 2014 -0700
os: Don't listen to 'tcp' by default. Add '-listen' option. [v2]
This disables the tcp listen socket by default. Then, it
uses a new xtrans interface, TRANS(Listen), to provide a command line
option to re-enable those if desired.
v2: Leave unix socket enabled by default. Add configure options.
Signed-off-by: Keith Packard <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>