summaryrefslogtreecommitdiffstats
path: root/samba_wizard/samba.wiz
diff options
context:
space:
mode:
authorArnaud Desmons <adesmons@mandriva.com>2002-09-12 09:07:11 +0000
committerArnaud Desmons <adesmons@mandriva.com>2002-09-12 09:07:11 +0000
commit4e6479359c87006a17792e0d1c8e43fe76d2b7b1 (patch)
tree6e72acdf73973e94b8b3c3543016877e1020c989 /samba_wizard/samba.wiz
parent0d0c2a95c4cd388197d191fc0129b54ad34f7eb2 (diff)
downloaddrakwizard-4e6479359c87006a17792e0d1c8e43fe76d2b7b1.tar
drakwizard-4e6479359c87006a17792e0d1c8e43fe76d2b7b1.tar.gz
drakwizard-4e6479359c87006a17792e0d1c8e43fe76d2b7b1.tar.bz2
drakwizard-4e6479359c87006a17792e0d1c8e43fe76d2b7b1.tar.xz
drakwizard-4e6479359c87006a17792e0d1c8e43fe76d2b7b1.zip
added some check func and globalize old conf
Diffstat (limited to 'samba_wizard/samba.wiz')
-rw-r--r--samba_wizard/samba.wiz4
1 files changed, 2 insertions, 2 deletions
diff --git a/samba_wizard/samba.wiz b/samba_wizard/samba.wiz
index c71a3794..58e91692 100644
--- a/samba_wizard/samba.wiz
+++ b/samba_wizard/samba.wiz
@@ -153,7 +153,7 @@
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html"
name="ask_workgroup"
- jumpScript="__WIZ_HOME__/samba_wizard/scripts/check_workgroup.sh"
+ func="check_workgroup"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"
@@ -214,7 +214,7 @@
<Page
helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html"
name="ask_banner"
- jumpScript="__WIZ_HOME__/samba_wizard/scripts/check_banner.sh"
+ func="check_banner"
executionLevel="NORMAL"
nextFinish="false"
canBack="true"