summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dhcp_wizard/dhcp.wiz2
-rw-r--r--dhcp_wizard/scripts/Dhcpconf.pm5
2 files changed, 6 insertions, 1 deletions
diff --git a/dhcp_wizard/dhcp.wiz b/dhcp_wizard/dhcp.wiz
index ab34d81e..004430fd 100644
--- a/dhcp_wizard/dhcp.wiz
+++ b/dhcp_wizard/dhcp.wiz
@@ -56,7 +56,7 @@
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html"
name="ask_dhcp_ip_range"
comment="Ask the dhcp ip range"
- jumpScript="__WIZ_HOME__/dhcp_wizard/scripts/check_range.sh"
+ func="check"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"
diff --git a/dhcp_wizard/scripts/Dhcpconf.pm b/dhcp_wizard/scripts/Dhcpconf.pm
index 8fd15aef..995da298 100644
--- a/dhcp_wizard/scripts/Dhcpconf.pm
+++ b/dhcp_wizard/scripts/Dhcpconf.pm
@@ -46,6 +46,11 @@ sub compute_range2 {
"$s.$n";
}
+sub check {
+# FIXME : see check_range.sh
+ 10;
+}
+
sub do_it {
my $wiz_domain_name = $o->get("DomainName");
my $wiz_host_name = $o->get("SystemName");