diff --git a/U_tigervnc-fix-inetd-not-working-with-xserver-1-19.patch b/U_tigervnc-fix-inetd-not-working-with-xserver-1-19.patch index 68f1a3a..469fa9c 100644 --- a/U_tigervnc-fix-inetd-not-working-with-xserver-1-19.patch +++ b/U_tigervnc-fix-inetd-not-working-with-xserver-1-19.patch @@ -1,7 +1,8 @@ -From 712cf8673d6e57442f41636e44020f5e1839c7f8 Mon Sep 17 00:00:00 2001 -From: Hans de Goede -Date: Mon, 9 Jan 2017 16:03:30 +0100 -Subject: [PATCH] Fix -inetd not working with xserver >= 1.19 +Git-commit: 712cf8673d6e57442f41636e44020f5e1839c7f8 +Patch-Mainline: Upstream +Author: Hans de Goede +Subject: Fix -inetd not working with xserver >= 1.19 +Signed-off-by: Michal Srb xserver 1.19's OsInit will create a pollfd, followed by checking if fd 2 / stderr is writable and if it is not, replacing fd 2 with /dev/null.