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 /web_wizard | |
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 'web_wizard')
-rw-r--r-- | web_wizard/scripts/Webconf.pm | 4 | ||||
-rw-r--r-- | web_wizard/web.wiz | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/web_wizard/scripts/Webconf.pm b/web_wizard/scripts/Webconf.pm index be697513..06a17fa5 100644 --- a/web_wizard/scripts/Webconf.pm +++ b/web_wizard/scripts/Webconf.pm @@ -1,8 +1,8 @@ #!/usr/bin/perl package Webconf; -require "/usr/share/wizards/common/scripts/Vareqval.pm"; -require "/usr/share/wizards/common/scripts/DrakconnectConf.pm"; +require "__WIZ_HOME__/common/scripts/Vareqval.pm"; +require "__WIZ_HOME__/common/scripts/DrakconnectConf.pm"; use MDK::Common; use strict; diff --git a/web_wizard/web.wiz b/web_wizard/web.wiz index 93391c0e..4adcf3e0 100644 --- a/web_wizard/web.wiz +++ b/web_wizard/web.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="/usr/share/wizards/common/scripts/functions.sh" + libScript="__WIZ_HOME__/common/scripts/functions.sh" wizardTitle="Web wizard" imagePosition="top" - defaultImage="/usr/share/wizards/web_wizard/images/apache" - perlModule="/usr/share/wizards/web_wizard/scripts/Webconf.pm" + defaultImage="__WIZ_HOME__/web_wizard/images/apache" + perlModule="__WIZ_HOME__/web_wizard/scripts/Webconf.pm" rpm="apache-conf" > |