summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0015-xserver-common-disable-TCP-connections.patch
diff options
context:
space:
mode:
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.patch26
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 @@
1From 5236209e30e0f45113e140f0667c8ffcfe621536 Mon Sep 17 00:00:00 2001
2From: Javier Viguera <javier.viguera@digi.com>
3Date: Wed, 26 Nov 2014 09:24:44 +0100
4Subject: [PATCH] xserver-common: disable TCP connections
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Javier Viguera <javier.viguera@digi.com>
9
10---
11 X11/xserver-common | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/X11/xserver-common b/X11/xserver-common
15index 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=""