diff options
Diffstat (limited to 'server_wizard')
-rw-r--r-- | server_wizard/server.wiz | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/server_wizard/server.wiz b/server_wizard/server.wiz index 39b9a060..d497aa4f 100644 --- a/server_wizard/server.wiz +++ b/server_wizard/server.wiz @@ -14,6 +14,7 @@ dbFilename="/var/log/wizards/server.wdb" referenceLength="425" referenceHeight="13" + perlModule="__WIZ_HOME__/server_wizard/scripts/Serverconf.pm" > <Variable @@ -260,7 +261,7 @@ <Page name="Note" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-basics.html" - jumpScript="__WIZ_HOME__/server_wizard/scripts/check_config.sh" + jumpScript="__WIZ_HOME__/server_wizard/check_config.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -397,7 +398,7 @@ <Page name="ask_hostname" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-basics.html" - jumpScript="__WIZ_HOME__/server_wizard/scripts/check_domain.sh" + jumpScript="__WIZ_HOME__/server_wizard/check_domain.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -580,7 +581,7 @@ <Page name="choose_net_device" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-basics.html" - jumpScript="__WIZ_HOME__/server_wizard/scripts/set_ip.sh" + jumpScript="__WIZ_HOME__/server_wizard/set_ip.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -655,7 +656,7 @@ name="deviceChooser" variableName="net_device" alignement="Fill" - fillScript="__WIZ_HOME__/server_wizard/scripts/liste_device.sh" + fillScript="__WIZ_HOME__/server_wizard/liste_device.sh" helpText="Device:" helpFontName="Default" helpFontStyle="plain" @@ -744,7 +745,7 @@ name="domainnameField" variableName="domainname" alignement="Fill" - fillScript="__WIZ_HOME__/server_wizard/scripts/compute_domain.sh" + fillScript="__WIZ_HOME__/server_wizard/compute_domain.sh" helpText="Computed domain Name" guiType="textfield" inputType="any" @@ -789,7 +790,7 @@ <Page name="ask_network_address" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-basics.html" - jumpScript="__WIZ_HOME__/server_wizard/scripts/check_network.sh" + jumpScript="__WIZ_HOME__/server_wizard/check_network.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -887,7 +888,7 @@ name="freetext2" variableName="network_address" alignement="Fill" - fillScript="__WIZ_HOME__/server_wizard/scripts/compute_ipnet.sh" + fillScript="__WIZ_HOME__/server_wizard/compute_ipnet.sh" helpText="IP net address:" guiType="textfield" inputType="ip" @@ -981,7 +982,7 @@ name="freetext3" variableName="server_address" alignement="Fill" - fillScript="__WIZ_HOME__/server_wizard/scripts/compute_server_ip.sh" + fillScript="__WIZ_HOME__/server_wizard/compute_server_ip.sh" guiType="textfield" inputType="any" editable="false" @@ -1052,7 +1053,7 @@ <Page name="ask_server_address" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-basics.html" - jumpScript="__WIZ_HOME__/server_wizard/scripts/check_server_ip.sh" + jumpScript="__WIZ_HOME__/server_wizard/check_server_ip.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -1353,7 +1354,7 @@ <Page name="doit" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-basics.html" - jumpScript="__WIZ_HOME__/server_wizard/scripts/do_it_net.sh" + func="do_it" nextButtonText="Configure" executionLevel="NORMAL" nextFinish="false" |