summaryrefslogtreecommitdiffstats
path: root/db_wizard
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2002-08-22 16:36:52 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2002-08-22 16:36:52 +0000
commit8cb296dff1704b8b7247ebe8635a54e8336edb58 (patch)
tree4bd459fded1b169683083342e433debb98e16e9c /db_wizard
parent232ed05f74df058f955466b13b779e2624fd8f22 (diff)
downloaddrakwizard-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 'db_wizard')
-rw-r--r--db_wizard/db.wiz12
1 files changed, 6 insertions, 6 deletions
diff --git a/db_wizard/db.wiz b/db_wizard/db.wiz
index c529cd42..8fff8105 100644
--- a/db_wizard/db.wiz
+++ b/db_wizard/db.wiz
@@ -3,10 +3,10 @@
<Wizard
name="general"
- libScript="/usr/share/wizards/common/scripts/functions.sh"
+ libScript="__WIZ_HOME__/common/scripts/functions.sh"
wizardTitle="MySQL Database wizard"
imagePosition="top"
- defaultImage="/usr/share/wizards/db_wizard/images/SQL"
+ defaultImage="__WIZ_HOME__/db_wizard/images/SQL"
rpm="MySQL"
>
@@ -34,7 +34,7 @@
<Page
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"
@@ -92,7 +92,7 @@
<Page
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"
@@ -169,7 +169,7 @@
<Page
name="confirmation"
- jumpScript="/usr/share/wizards/db_wizard/scripts/root_passwd.sh"
+ jumpScript="__WIZ_HOME__/db_wizard/scripts/root_passwd.sh"
jumpPage="adduser"
nextButtonText="Confirm"
executionLevel="NORMAL"
@@ -209,7 +209,7 @@ needed to configure your MySQL Database Server"
<Page
name="adduser"
nextButtonText="Add"
- jumpScript="/usr/share/wizards/db_wizard/scripts/add_user.sh"
+ jumpScript="__WIZ_HOME__/db_wizard/scripts/add_user.sh"
jumpPage="congratulations"
executionLevel="NORMAL"
nextFinish="false"