From ab3d257d88f67e169a314ad0fac851fc2fc6cb05 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 21 Mar 2014 19:31:41 +0100 Subject: Also install a default X0.hosts file --- xorg-server/X0.hosts | 2 ++ xorg-server/installer/vcxsrv-64.nsi | 1 + xorg-server/installer/vcxsrv.nsi | 1 + 3 files changed, 4 insertions(+) create mode 100644 xorg-server/X0.hosts diff --git a/xorg-server/X0.hosts b/xorg-server/X0.hosts new file mode 100644 index 000000000..94c078162 --- /dev/null +++ b/xorg-server/X0.hosts @@ -0,0 +1,2 @@ +localhost +inet6:localhost diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi index a992b9db0..1a32aa9fd 100644 --- a/xorg-server/installer/vcxsrv-64.nsi +++ b/xorg-server/installer/vcxsrv-64.nsi @@ -78,6 +78,7 @@ Section "VcXsrv (required)" File "..\obj64\servrelease\vcxsrv.exe" File "..\dix\protocol.txt" File "..\system.XWinrc" + File "..\X0.hosts" File "..\..\xkbcomp\obj64\release\xkbcomp.exe" File "..\..\apps\xhost\obj64\release\xhost.exe" File "..\..\apps\xrdb\obj64\release\xrdb.exe" diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index cd937b2dc..be8deafaf 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -78,6 +78,7 @@ Section "VcXsrv (required)" File "..\obj\servrelease\vcxsrv.exe" File "..\dix\protocol.txt" File "..\system.XWinrc" + File "..\X0.hosts" File "..\..\xkbcomp\obj\release\xkbcomp.exe" File "..\..\apps\xhost\obj\release\xhost.exe" File "..\..\apps\xrdb\obj\release\xrdb.exe" -- cgit v1.2.3