diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-06 13:05:53 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-09-06 13:05:53 +0000 |
commit | 22b69f0fd414b0edff3f2c02370904bea25f371c (patch) | |
tree | d9d0037809165cfade9b60e3b1ac3ed2f72defc9 /web_wizard | |
parent | 4667d5df42de168112fb7056c2f9b12364778bf3 (diff) | |
download | drakwizard-22b69f0fd414b0edff3f2c02370904bea25f371c.tar drakwizard-22b69f0fd414b0edff3f2c02370904bea25f371c.tar.gz drakwizard-22b69f0fd414b0edff3f2c02370904bea25f371c.tar.bz2 drakwizard-22b69f0fd414b0edff3f2c02370904bea25f371c.tar.xz drakwizard-22b69f0fd414b0edff3f2c02370904bea25f371c.zip |
require apache instead of apache-conf
Diffstat (limited to 'web_wizard')
-rw-r--r-- | web_wizard/web.wiz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/web.wiz b/web_wizard/web.wiz index 37df9aa1..644fd574 100644 --- a/web_wizard/web.wiz +++ b/web_wizard/web.wiz @@ -8,7 +8,7 @@ imagePosition="top" defaultImage="__WIZ_HOME__/web_wizard/images/apache" perlModule="__WIZ_HOME__/web_wizard/scripts/Webconf.pm" - rpm="apache-conf" + rpm="apache" > <Variable |