diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-20 15:23:46 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-20 15:23:46 +0000 |
commit | e3a54d86e02c50011ac4f804462f8d77bd01151c (patch) | |
tree | 99761a1760296f49b4c0fce31bfe3c2f46e4d31d /proxy_wizard | |
parent | dcca7aa03194c990c7cb33133351ab36f855653b (diff) | |
download | drakwizard-e3a54d86e02c50011ac4f804462f8d77bd01151c.tar drakwizard-e3a54d86e02c50011ac4f804462f8d77bd01151c.tar.gz drakwizard-e3a54d86e02c50011ac4f804462f8d77bd01151c.tar.bz2 drakwizard-e3a54d86e02c50011ac4f804462f8d77bd01151c.tar.xz drakwizard-e3a54d86e02c50011ac4f804462f8d77bd01151c.zip |
added perlModule
Diffstat (limited to 'proxy_wizard')
-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" |