diff options
Diffstat (limited to 'proxy_wizard/proxy.wiz')
-rw-r--r-- | proxy_wizard/proxy.wiz | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/proxy_wizard/proxy.wiz b/proxy_wizard/proxy.wiz index cf8c00f0..c56d9b77 100644 --- a/proxy_wizard/proxy.wiz +++ b/proxy_wizard/proxy.wiz @@ -14,6 +14,7 @@ dbFilename="/var/log/wizards/proxy.wdb" referenceLength="425" referenceHeight="13" + perlModule="__WIZ_HOME__/proxy_wizard/scripts/Squidconf.pm" rpm="squid" > @@ -1080,7 +1081,7 @@ <Page name="doit" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-proxy.html" - jumpScript="__WIZ_HOME__/proxy_wizard/scripts/do_it_squid.sh" + func="do_it_squid" nextButtonText="Configure" executionLevel="NORMAL" nextFinish="false" @@ -1258,7 +1259,7 @@ <Page name="doit2" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-proxy.html" - jumpScript="__WIZ_HOME__/proxy_wizard/scripts/do_it_squid.sh" + func="do_it_squid" nextButtonText="Configure" executionLevel="NORMAL" nextFinish="false" |