diff options
author | marha <marha@users.sourceforge.net> | 2014-03-21 19:31:41 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-21 19:31:41 +0100 |
commit | ab3d257d88f67e169a314ad0fac851fc2fc6cb05 (patch) | |
tree | b1b0f856201d4a9ba1346cff2c5c91c61fa17449 /xorg-server | |
parent | 0c44f026377afe5c616a4fedc3fe8c905a786d8c (diff) | |
download | vcxsrv-ab3d257d88f67e169a314ad0fac851fc2fc6cb05.tar.gz vcxsrv-ab3d257d88f67e169a314ad0fac851fc2fc6cb05.tar.bz2 vcxsrv-ab3d257d88f67e169a314ad0fac851fc2fc6cb05.zip |
Also install a default X0.hosts file
Diffstat (limited to 'xorg-server')
-rw-r--r-- | xorg-server/X0.hosts | 2 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv-64.nsi | 1 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 1 |
3 files changed, 4 insertions, 0 deletions
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"
|