diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch deleted file mode 100644 index a731917003..0000000000 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | From 5236209e30e0f45113e140f0667c8ffcfe621536 Mon Sep 17 00:00:00 2001 | ||
2 | From: Javier Viguera <javier.viguera@digi.com> | ||
3 | Date: Wed, 26 Nov 2014 09:24:44 +0100 | ||
4 | Subject: [PATCH] xserver-common: disable TCP connections | ||
5 | |||
6 | Upstream-Status: Inappropriate [configuration] | ||
7 | |||
8 | Signed-off-by: Javier Viguera <javier.viguera@digi.com> | ||
9 | |||
10 | --- | ||
11 | X11/xserver-common | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/X11/xserver-common b/X11/xserver-common | ||
15 | index 017e5ae..4dc48c4 100644 | ||
16 | --- a/X11/xserver-common | ||
17 | +++ b/X11/xserver-common | ||
18 | @@ -44,7 +44,7 @@ SCREEN_SIZE=`fallback_screen_arg` | ||
19 | export USER=root | ||
20 | export XSERVER_DEFAULT_ORIENTATION=normal | ||
21 | |||
22 | -ARGS="-br -pn $INPUT_EXTRA_ARGS" | ||
23 | +ARGS="-br -pn -nolisten tcp $INPUT_EXTRA_ARGS" | ||
24 | DPI="100" | ||
25 | MOUSE="" | ||
26 | KDRIVEARGS="" | ||