diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:36:52 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:36:52 +0000 |
commit | 8cb296dff1704b8b7247ebe8635a54e8336edb58 (patch) | |
tree | 4bd459fded1b169683083342e433debb98e16e9c /samba_wizard/samba.wiz | |
parent | 232ed05f74df058f955466b13b779e2624fd8f22 (diff) | |
download | drakwizard-8cb296dff1704b8b7247ebe8635a54e8336edb58.tar drakwizard-8cb296dff1704b8b7247ebe8635a54e8336edb58.tar.gz drakwizard-8cb296dff1704b8b7247ebe8635a54e8336edb58.tar.bz2 drakwizard-8cb296dff1704b8b7247ebe8635a54e8336edb58.tar.xz drakwizard-8cb296dff1704b8b7247ebe8635a54e8336edb58.zip |
Fix search and replace for __WIZ_HOME__ and fix wrongly committed files
Diffstat (limited to 'samba_wizard/samba.wiz')
-rw-r--r-- | samba_wizard/samba.wiz | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/samba_wizard/samba.wiz b/samba_wizard/samba.wiz index 8eef7438..f490b5dc 100644 --- a/samba_wizard/samba.wiz +++ b/samba_wizard/samba.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="/usr/share/wizards/common/scripts/functions.sh" + libScript="__WIZ_HOME__/common/scripts/functions.sh" wizardTitle="Samba wizard" imagePosition="top" - defaultImage="/usr/share/wizards/samba_wizard/images/samba" - perlModule="/usr/share/wizards/samba_wizard/scripts/Smbconf.pm" + defaultImage="__WIZ_HOME__/samba_wizard/images/samba" + perlModule="__WIZ_HOME__/samba_wizard/scripts/Smbconf.pm" rpm="samba-server" > @@ -42,7 +42,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" name="Welcome" - jumpScript="/usr/share/wizards/common/scripts/check.sh root wiz_ip_net" + jumpScript="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -87,7 +87,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" name="ask_services" - jumpScript="/usr/share/wizards/samba_wizard/scripts/check_services.sh" + jumpScript="__WIZ_HOME__/samba_wizard/scripts/check_services.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -163,7 +163,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" name="ask_workgroup" - jumpScript="/usr/share/wizards/samba_wizard/scripts/check_workgroup.sh" + jumpScript="__WIZ_HOME__/samba_wizard/scripts/check_workgroup.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -223,7 +223,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" name="ask_banner" - jumpScript="/usr/share/wizards/samba_wizard/scripts/check_banner.sh" + jumpScript="__WIZ_HOME__/samba_wizard/scripts/check_banner.sh" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -413,7 +413,7 @@ needed to configure Samba." <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" name="error_need_net" - subWizard="/usr/share/wizards/server_wizard/server.wiz" + subWizard="__WIZ_HOME__/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |