summaryrefslogtreecommitdiffstats
path: root/web_wizard/scripts
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-08-20 16:07:54 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-08-20 16:07:54 +0000
commitad35f2d28e9d183a272f69953e6f3948b92b7b29 (patch)
tree898217f6fb842dba071a5cac4dd57ffcce8407c5 /web_wizard/scripts
parent6215a56e32f167efdd3c1c67cef7789e867d4ea9 (diff)
downloaddrakwizard-ad35f2d28e9d183a272f69953e6f3948b92b7b29.tar
drakwizard-ad35f2d28e9d183a272f69953e6f3948b92b7b29.tar.gz
drakwizard-ad35f2d28e9d183a272f69953e6f3948b92b7b29.tar.bz2
drakwizard-ad35f2d28e9d183a272f69953e6f3948b92b7b29.tar.xz
drakwizard-ad35f2d28e9d183a272f69953e6f3948b92b7b29.zip
replaced localhost by 127.0.0.1
Diffstat (limited to 'web_wizard/scripts')
-rw-r--r--web_wizard/scripts/Webconf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/scripts/Webconf.pm b/web_wizard/scripts/Webconf.pm
index 9be3a75e..06a17fa5 100644
--- a/web_wizard/scripts/Webconf.pm
+++ b/web_wizard/scripts/Webconf.pm
@@ -24,7 +24,7 @@ sub do_it {
}
elsif ($ENV{wiz_web_internal} eq "1") {
($that) = $o->get_from_known_dev("IP") =~ qr/^(\d{1,3}\.\d{1,3}\.\d{1,3}\.)\d{1,3}$/;
- $that .= " localhost";
+ $that .= " 127.0.0.1";
}
cp_af($file, $file.".orig");
substInFile {