diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-20 16:07:54 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-20 16:07:54 +0000 |
commit | ad35f2d28e9d183a272f69953e6f3948b92b7b29 (patch) | |
tree | 898217f6fb842dba071a5cac4dd57ffcce8407c5 /web_wizard | |
parent | 6215a56e32f167efdd3c1c67cef7789e867d4ea9 (diff) | |
download | drakwizard-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')
-rw-r--r-- | web_wizard/scripts/Webconf.pm | 2 |
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 { |