diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:18:07 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:18:07 +0000 |
commit | 06f1b01191416ac81e3976938349e7208bf5a557 (patch) | |
tree | 56170974ad18df10821bff87b5894ded6f84c393 /dns_wizard/dns.wiz | |
parent | 4ded1b990f4c8ec20b47c9020413688cc9c3e9ef (diff) | |
download | drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.gz drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.bz2 drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.xz drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.zip |
Add support for server-settings: for GNOME 2
Diffstat (limited to 'dns_wizard/dns.wiz')
-rw-r--r-- | dns_wizard/dns.wiz | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns_wizard/dns.wiz b/dns_wizard/dns.wiz index f7b9f68c..2c986df0 100644 --- a/dns_wizard/dns.wiz +++ b/dns_wizard/dns.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" + libScript="/usr/share/wizards/common/scripts/functions.sh" wizardTitle="DNS Wizard" imagePosition="top" - defaultImage="__WIZ_HOME__/dns_wizard/images/DNS" - perlModule="__WIZ_HOME__/dns_wizard/scripts/Dnsconf.pm" + defaultImage="/usr/share/wizards/dns_wizard/images/DNS" + perlModule="/usr/share/wizards/dns_wizard/scripts/Dnsconf.pm" > <Variable @@ -27,7 +27,7 @@ <Page name="Welcome" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html" - 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" @@ -73,7 +73,7 @@ <Page name="DNS" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html" - jumpScript="__WIZ_HOME__/dns_wizard/scripts/check_ext_dns.sh" + jumpScript="/usr/share/wizards/dns_wizard/scripts/check_ext_dns.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -206,7 +206,7 @@ <Page name="error_need_net" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html" - subWizard="__WIZ_HOME__/server_wizard/server.wiz" + subWizard="/usr/share/wizards/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |