From 29fd88d33aa2b48608099f261fdab58d45641bc2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 24 Aug 2004 12:39:00 +0000 Subject: drop non-standard tld (localdomain) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 96d367fe6..c5b32fd7c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -385,7 +385,7 @@ sub beforeInstallPackages { install_any::write_fstab($o); require network::network; - network::network::add2hosts("$o->{prefix}/etc/hosts", "localhost.localdomain", "127.0.0.1"); + network::network::add2hosts("$o->{prefix}/etc/hosts", "localhost", "127.0.0.1"); log::l("setting excludedocs to $o->{excludedocs}"); substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; -- cgit v1.2.1