diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-21 11:08:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-21 11:08:24 +0000 |
commit | 571990ffbf2d191b00b335b8c320be53a7e03e54 (patch) | |
tree | 290e3aa8af708948c8fdee01fb7f0eb8a4872034 /tools/drakx-in-chroot | |
parent | 4544c200517e5430ad7458e3d9ae62bbb5f0b8f4 (diff) | |
download | drakx-571990ffbf2d191b00b335b8c320be53a7e03e54.tar drakx-571990ffbf2d191b00b335b8c320be53a7e03e54.tar.gz drakx-571990ffbf2d191b00b335b8c320be53a7e03e54.tar.bz2 drakx-571990ffbf2d191b00b335b8c320be53a7e03e54.tar.xz drakx-571990ffbf2d191b00b335b8c320be53a7e03e54.zip |
use 127.0.0.1 instead of localhost
(it is needed by Frank Griffin to make it work, cf cooker mailing list)
Diffstat (limited to 'tools/drakx-in-chroot')
-rw-r--r-- | tools/drakx-in-chroot | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |