diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 12:42:07 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-27 12:42:07 +0000 |
commit | 81c13f67ca9186f413b0d28289bc1e23fdec10fa (patch) | |
tree | 0acb41e403b392aac01a5c948c509eeb9b5fad85 /postfix_wizard/postfix.wiz | |
parent | df018d79b7c4271525615d797db422d31f9dc0ef (diff) | |
download | drakwizard-81c13f67ca9186f413b0d28289bc1e23fdec10fa.tar drakwizard-81c13f67ca9186f413b0d28289bc1e23fdec10fa.tar.gz drakwizard-81c13f67ca9186f413b0d28289bc1e23fdec10fa.tar.bz2 drakwizard-81c13f67ca9186f413b0d28289bc1e23fdec10fa.tar.xz drakwizard-81c13f67ca9186f413b0d28289bc1e23fdec10fa.zip |
__WIZ_HOME__
Diffstat (limited to 'postfix_wizard/postfix.wiz')
-rw-r--r-- | postfix_wizard/postfix.wiz | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/postfix_wizard/postfix.wiz b/postfix_wizard/postfix.wiz index 4c70514d..1b488a27 100644 --- a/postfix_wizard/postfix.wiz +++ b/postfix_wizard/postfix.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="/usr/share/wizards/common/scripts/functions.sh" + libScript="__WIZ_HOME__/common/scripts/functions.sh" wizardTitle="Postfix wizard" imagePosition="top" - defaultImage="/usr/share/wizards/postfix_wizard/images/courrier" - perlModule="/usr/share/wizards/postfix_wizard/scripts/Postfixconf.pm" + defaultImage="__WIZ_HOME__/postfix_wizard/images/courrier" + perlModule="__WIZ_HOME__/postfix_wizard/scripts/Postfixconf.pm" rpm="postfix" > @@ -26,7 +26,6 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="welcome" - jumpScript="/usr/share/wizards/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -106,7 +105,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="Form_of_address" - jumpScript="/usr/share/wizards/postfix_wizard/scripts/check_masquerade.sh" + jumpScript="__WIZ_HOME__/postfix_wizard/scripts/check_masquerade.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -172,7 +171,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="ISP" - jumpScript="/usr/share/wizards/postfix_wizard/scripts/check_relay.sh" + jumpScript="__WIZ_HOME__/postfix_wizard/scripts/check_relay.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -328,7 +327,7 @@ needed to configure your Internet Mail Service:" <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="error_need_net" - subWizard="/usr/share/wizards/server_wizard/server.wiz" + subWizard="__WIZ_HOME__/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |