diff options
-rw-r--r-- | postfix_wizard/postfix.wiz | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/postfix_wizard/postfix.wiz b/postfix_wizard/postfix.wiz index 2f13e8e5..ea9520f9 100644 --- a/postfix_wizard/postfix.wiz +++ b/postfix_wizard/postfix.wiz @@ -3,10 +3,10 @@ <Wizard name="general" - libScript="/home/logarno/soft/wizard_perl/test/common/scripts/functions.sh" + libScript="__WIZ_HOME__/common/scripts/functions.sh" wizardTitle="Postfix wizard" imagePosition="top" - defaultImage="/home/logarno/soft/wizard_perl/test/images/courrier.jpg" + defaultImage="__WIZ_HOME__/images/courrier.jpg" height="400" width="525" hasDb="true" @@ -14,7 +14,7 @@ dbFilename="/var/log/wizards/postfix.wdb" referenceLength="425" referenceHeight="13" - perlModule="/home/logarno/soft/wizard_perl/test/postfix_wizard/scripts/Postfixconf.pm" + perlModule="__WIZ_HOME__/postfix_wizard/scripts/Postfixconf.pm" rpm="postfix" > @@ -39,7 +39,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="welcome" - jumpScript="/home/logarno/soft/wizard_perl/test/common/scripts/check.sh root wiz_ip_net" + jumpScript="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -170,7 +170,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="Form_of_address" - jumpScript="/home/logarno/soft/wizard_perl/test/postfix_wizard/scripts/check_masquerade.sh" + jumpScript="__WIZ_HOME__/postfix_wizard/scripts/check_masquerade.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -295,7 +295,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-postfix.html" name="ISP" - jumpScript="/home/logarno/soft/wizard_perl/test/postfix_wizard/scripts/check_relay.sh" + jumpScript="__WIZ_HOME__/postfix_wizard/scripts/check_relay.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -516,7 +516,7 @@ needed to configure your Internet Mail Service:" <Freetext name="freetext1" alignement="Fill" - fillScript="(export wiz_ext_mail_relay=`/home/logarno/soft/wizard_perl/test/postfix_wizard/scripts/compute_mail_relay.sh`; echo $wiz_ext_mail_relay)" + fillScript="(export wiz_ext_mail_relay=`__WIZ_HOME__/postfix_wizard/scripts/compute_mail_relay.sh`; echo $wiz_ext_mail_relay)" helpText="Internet Mail Gateway" guiType="textfield" editable="false" @@ -532,7 +532,7 @@ needed to configure your Internet Mail Service:" <Freetext name="freetext2" alignement="Fill" - fillScript="(export wiz_mail_masquerade=`/home/logarno/soft/wizard_perl/test/postfix_wizard/scripts/compute_masquerade.sh`; echo $wiz_mail_masquerade)" + fillScript="(export wiz_mail_masquerade=`__WIZ_HOME__/postfix_wizard/scripts/compute_masquerade.sh`; echo $wiz_mail_masquerade)" helpText="Form of the Address" guiType="textfield" editable="false" @@ -612,7 +612,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="/home/logarno/soft/wizard_perl/test/server_wizard/server.wiz" + subWizard="__WIZ_HOME__/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |