From 640255572c30658ad75a7ed7948617dd56fdeaa4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Jul 2000 16:33:21 +0000 Subject: no_comment --- perl-install/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network.pm') diff --git a/perl-install/network.pm b/perl-install/network.pm index ac0610c21..7c5ca5056 100644 --- a/perl-install/network.pm +++ b/perl-install/network.pm @@ -19,7 +19,7 @@ use log; sub read_conf { my ($file) = @_; my %netc = getVarsFromSh($file); - $netc{dnsServer} = $netc{NS0}; + $netc{dnsServer} = delete $netc{NS0}; \%netc; } -- cgit v1.2.1