diff options
Diffstat (limited to 'dns_wizard')
-rw-r--r-- | dns_wizard/dns.wiz | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns_wizard/dns.wiz b/dns_wizard/dns.wiz index d7590d71..1e1e4d27 100644 --- a/dns_wizard/dns.wiz +++ b/dns_wizard/dns.wiz @@ -14,6 +14,7 @@ dbFilename="/var/log/wizards/dns.wiz" referenceLength="425" referenceHeight="13" + perlModule="__WIZ_HOME__/dns_wizard/scripts/Dnsconf.pm" > <Variable @@ -591,7 +592,7 @@ <Page name="doit" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-dns.html" - jumpScript="__WIZ_HOME__/dns_wizard/scripts/do_it_dns.sh" + func="do_it" nextButtonText="Configure" executionLevel="NORMAL" nextFinish="false" |