From 571990ffbf2d191b00b335b8c320be53a7e03e54 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Aug 2007 11:08:24 +0000 Subject: use 127.0.0.1 instead of localhost (it is needed by Frank Griffin to make it work, cf cooker mailing list) --- tools/drakx-in-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index ede763196..4f8b61c4f 100644 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -88,7 +88,7 @@ if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin) { if (!$Xnest_pid) { exec $Xnest_bin, $DISPLAY, '-ac', ($Xnest_bin eq 'Xephyr' ? '-screen' : '-geometry'), '800x600' or die "Xnest failed\n"; } - $ENV{DISPLAY} = 'localhost' . $DISPLAY; + $ENV{DISPLAY} = '127.0.0.1' . $DISPLAY; } if (my $pid = fork()) { -- cgit v1.2.1