diff options
Diffstat (limited to 'client_wizard/client.wiz')
-rw-r--r-- | client_wizard/client.wiz | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client_wizard/client.wiz b/client_wizard/client.wiz index 0bb0317d..a1cceb86 100644 --- a/client_wizard/client.wiz +++ b/client_wizard/client.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" + libScript="/usr/share/wizards/common/scripts/functions.sh" wizardTitle="Client wizard" imagePosition="top" - defaultImage="__WIZ_HOME__/client_wizard/images/DNS" - perlModule="__WIZ_HOME__/client_wizard/scripts/Clientconf.pm" + defaultImage="/usr/share/wizards/client_wizard/images/DNS" + perlModule="/usr/share/wizards/client_wizard/scripts/Clientconf.pm" > <Variable @@ -25,7 +25,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz.html" name="Welcome" - jumpScript="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" + jumpScript="/usr/share/wizards/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -81,7 +81,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz.html" name="CLIENT" - jumpScript="__WIZ_HOME__/client_wizard/scripts/test_client.sh" + jumpScript="/usr/share/wizards/client_wizard/scripts/test_client.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -193,7 +193,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz.html" name="error_need_net" - subWizard="__WIZ_HOME__/server_wizard/server.wiz" + subWizard="/usr/share/wizards/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |