diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:18:07 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 16:18:07 +0000 |
commit | 06f1b01191416ac81e3976938349e7208bf5a557 (patch) | |
tree | 56170974ad18df10821bff87b5894ded6f84c393 /db_wizard | |
parent | 4ded1b990f4c8ec20b47c9020413688cc9c3e9ef (diff) | |
download | drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.gz drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.bz2 drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.tar.xz drakwizard-06f1b01191416ac81e3976938349e7208bf5a557.zip |
Add support for server-settings: for GNOME 2
Diffstat (limited to 'db_wizard')
-rw-r--r-- | db_wizard/db.wiz | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db_wizard/db.wiz b/db_wizard/db.wiz index 8fff8105..c529cd42 100644 --- a/db_wizard/db.wiz +++ b/db_wizard/db.wiz @@ -3,10 +3,10 @@ <Wizard name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" + libScript="/usr/share/wizards/common/scripts/functions.sh" wizardTitle="MySQL Database wizard" imagePosition="top" - defaultImage="__WIZ_HOME__/db_wizard/images/SQL" + defaultImage="/usr/share/wizards/db_wizard/images/SQL" rpm="MySQL" > @@ -34,7 +34,7 @@ <Page name="welcome" - jumpScript="__WIZ_HOME__/common/scripts/check.sh root wiz_ip_net" + jumpScript="/usr/share/wizards/common/scripts/check.sh root wiz_ip_net" executionLevel="NORMAL" nextFinish="false" canBack="true" @@ -92,7 +92,7 @@ <Page name="error_need_net" - subWizard="__WIZ_HOME__/server_wizard/server.wiz" + subWizard="/usr/share/wizards/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" @@ -169,7 +169,7 @@ <Page name="confirmation" - jumpScript="__WIZ_HOME__/db_wizard/scripts/root_passwd.sh" + jumpScript="/usr/share/wizards/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="__WIZ_HOME__/db_wizard/scripts/add_user.sh" + jumpScript="/usr/share/wizards/db_wizard/scripts/add_user.sh" jumpPage="congratulations" executionLevel="NORMAL" nextFinish="false" |