diff options
Diffstat (limited to 'dhcp_wizard/dhcp.wiz')
-rw-r--r-- | dhcp_wizard/dhcp.wiz | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dhcp_wizard/dhcp.wiz b/dhcp_wizard/dhcp.wiz index f253fc86..e02657ae 100644 --- a/dhcp_wizard/dhcp.wiz +++ b/dhcp_wizard/dhcp.wiz @@ -30,7 +30,6 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html" name="welcome" - jumpScript="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -76,7 +75,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/check_range.sh" + jumpScript="__WIZ_HOME__/dhcp_wizard/scripts/check_range.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -110,7 +109,7 @@ <Freetext name="dhcpIpLow" variableName="dhcp_range_low" - fillScript="__WIZ_HOME__/dhcp_wizard/compute_range1.sh" + fillScript="__WIZ_HOME__/dhcp_wizard/scripts/compute_range1.sh" helpText="Lowest IP Address:" editable="true" > @@ -119,7 +118,7 @@ <Freetext name="dhcpIpHigh" variableName="dhcp_range_high" - fillScript="__WIZ_HOME__/dhcp_wizard/compute_range2.sh" + fillScript="__WIZ_HOME__/dhcp_wizard/scripts/compute_range2.sh" helpText="Highest IP Address:" editable="true" > @@ -152,7 +151,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dhcp.html" name="doit" - jumpScript="__WIZ_HOME__/dhcp_wizard/do_it_dhcp.sh" + func="do_it" nextButtonText="Configure" executionLevel="NORMAL" nextFinish="false" |