diff options
author | Florent Villard <warly@mandriva.com> | 2003-02-28 19:09:32 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-02-28 19:09:32 +0000 |
commit | fc17f5f6041eb1865f940ed5747558ff0fa936ea (patch) | |
tree | d6461a85199bd95cec00a41a617df54096f7f7a8 /common | |
parent | 95147b49a34217f6bfd43661e09f10a26cae8802 (diff) | |
download | drakwizard-fc17f5f6041eb1865f940ed5747558ff0fa936ea.tar drakwizard-fc17f5f6041eb1865f940ed5747558ff0fa936ea.tar.gz drakwizard-fc17f5f6041eb1865f940ed5747558ff0fa936ea.tar.bz2 drakwizard-fc17f5f6041eb1865f940ed5747558ff0fa936ea.tar.xz drakwizard-fc17f5f6041eb1865f940ed5747558ff0fa936ea.zip |
some fixes for dhcp
Diffstat (limited to 'common')
-rw-r--r-- | common/scripts/IFCFG.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/scripts/IFCFG.pm b/common/scripts/IFCFG.pm index ea8d6891..e86128d1 100644 --- a/common/scripts/IFCFG.pm +++ b/common/scripts/IFCFG.pm @@ -47,7 +47,6 @@ sub new { %{$self->{network}} = getVarsFromSh("/etc/sysconfig/network"); my $r = read_resolv_conf(); foreach my $k (keys %$r) { - print "RESOLV $k => $r->{$k}\n"; $self->{network}{$k} ||= $r->{$k} } $self->{network}{HOSTNAME} ||= `/bin/hostname` and chomp $self->{network}{HOSTNAME}; |