diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 12:45:59 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 12:45:59 +0000 |
commit | 411f7a1f7da97167d2ffe0b7650d06662203bff4 (patch) | |
tree | 8ff09140b8a3d4d80fe4240e3b4fff354989172c /dhcp_wizard | |
parent | 81c13f67ca9186f413b0d28289bc1e23fdec10fa (diff) | |
download | drakwizard-411f7a1f7da97167d2ffe0b7650d06662203bff4.tar drakwizard-411f7a1f7da97167d2ffe0b7650d06662203bff4.tar.gz drakwizard-411f7a1f7da97167d2ffe0b7650d06662203bff4.tar.bz2 drakwizard-411f7a1f7da97167d2ffe0b7650d06662203bff4.tar.xz drakwizard-411f7a1f7da97167d2ffe0b7650d06662203bff4.zip |
removed old net test
Diffstat (limited to 'dhcp_wizard')
-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" |