[PATCH xinit] startx: Pass -nolisten tcp by default

2014-09-12 Thread Hans de Goede
Having servers started by startx listen on tcp by default is not a good idea in this time and age. Pass -nolisten tcp by default, and add a special -listen server option which can be used to disable this new default behavior. Signed-off-by: Hans de Goede hdego...@redhat.com --- man/startx.man |

Re: [PATCH xinit] startx: Pass -nolisten tcp by default

2014-09-12 Thread Hans de Goede
Hi, On 09/12/2014 04:40 PM, Mateusz Jończyk wrote: W dniu 12.09.2014 o 09:25, Hans de Goede pisze: Having servers started by startx listen on tcp by default is not a good idea in this time and age. Pass -nolisten tcp by default, and add a special -listen server option which can be used to

Re: [PATCH xinit] startx: Pass -nolisten tcp by default

2014-09-12 Thread Mateusz Jończyk
W dniu 12.09.2014 o 09:25, Hans de Goede pisze: Having servers started by startx listen on tcp by default is not a good idea in this time and age. Pass -nolisten tcp by default, and add a special -listen server option which can be used to disable this new default behavior. Signed-off-by: