diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-21 08:06:51 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-21 08:06:51 +0000 |
commit | e4a0f46f4d35ebe2387671af63a64766c34d7ce9 (patch) | |
tree | fe28175beac77ee3da663191dd13c7ef596d855a /postfix_wizard | |
parent | 20b53961ad165867baf790ac865fe79cd365df9a (diff) | |
download | drakwizard-e4a0f46f4d35ebe2387671af63a64766c34d7ce9.tar drakwizard-e4a0f46f4d35ebe2387671af63a64766c34d7ce9.tar.gz drakwizard-e4a0f46f4d35ebe2387671af63a64766c34d7ce9.tar.bz2 drakwizard-e4a0f46f4d35ebe2387671af63a64766c34d7ce9.tar.xz drakwizard-e4a0f46f4d35ebe2387671af63a64766c34d7ce9.zip |
added "scripts/" in some paths
Diffstat (limited to 'postfix_wizard')
-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 60ace540..2f13e8e5 100644 --- a/postfix_wizard/postfix.wiz +++ b/postfix_wizard/postfix.wiz @@ -3,10 +3,10 @@ <Wizard name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" + libScript="/home/logarno/soft/wizard_perl/test/common/scripts/functions.sh" wizardTitle="Postfix wizard" imagePosition="top" - defaultImage="__WIZ_HOME__/images/courrier.jpg" + defaultImage="/home/logarno/soft/wizard_perl/test/images/courrier.jpg" height="400" width="525" hasDb="true" @@ -14,7 +14,7 @@ dbFilename="/var/log/wizards/postfix.wdb" referenceLength="425" referenceHeight="13" - perlModule="__WIZ_HOME__/postfix_wizard/scripts/Postfixconf.pm" + perlModule="/home/logarno/soft/wizard_perl/test/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="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" + jumpScript="/home/logarno/soft/wizard_perl/test/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="__WIZ_HOME__/postfix_wizard/check_masquerade.sh" + jumpScript="/home/logarno/soft/wizard_perl/test/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="__WIZ_HOME__/postfix_wizard/check_relay.sh" + jumpScript="/home/logarno/soft/wizard_perl/test/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=`__WIZ_HOME__/postfix_wizard/compute_mail_relay.sh`; echo $wiz_ext_mail_relay)" + fillScript="(export wiz_ext_mail_relay=`/home/logarno/soft/wizard_perl/test/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=`__WIZ_HOME__/postfix_wizard/compute_masquerade.sh`; echo $wiz_mail_masquerade)" + fillScript="(export wiz_mail_masquerade=`/home/logarno/soft/wizard_perl/test/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="__WIZ_HOME__/server_wizard/server.wiz" + subWizard="/home/logarno/soft/wizard_perl/test/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |