From 54b71cdf438434e4693aa6064596f4fdb4aac59e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 21 Jul 2004 00:09:09 +0000 Subject: perl_checker compliance --- perl-install/standalone/drakpxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakpxe') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 97b5a3e07..94640b458 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -170,7 +170,7 @@ $in->ask_from('DHCP Server Configuration', The network address is %s using a netmask of %s. -", @{$intf[0]}{qw(NETWORK NETMASK)}), [ { label => N("The DHCP start ip"), val => \$start_ip, type => 'entry' }, +", $intf[0]{NETWORK}, $intf[0]{NETMASK}), [ { label => N("The DHCP start ip"), val => \$start_ip, type => 'entry' }, { label => N("The DHCP end ip"), val => \$end_ip, type => 'entry' }, ]) or goto begin; -- cgit v1.2.1