summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-10-17 15:45:30 +0000
committerThierry Vignaud <tv@mageia.org>2012-10-17 15:45:30 +0000
commitb372d99e0702e854df467e9e71cf63fa292e6969 (patch)
tree8c358fc3abc64c15561824965d364ad57293b543 /web_wizard
parent3f3acde8b50bf10d182efd32a48058580b85b0fb (diff)
downloaddrakwizard-b372d99e0702e854df467e9e71cf63fa292e6969.tar
drakwizard-b372d99e0702e854df467e9e71cf63fa292e6969.tar.gz
drakwizard-b372d99e0702e854df467e9e71cf63fa292e6969.tar.bz2
drakwizard-b372d99e0702e854df467e9e71cf63fa292e6969.tar.xz
drakwizard-b372d99e0702e854df467e9e71cf63fa292e6969.zip
fix apache package name (mga#2640)
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm
index 088ca66e..1377877c 100755
--- a/web_wizard/Apache.pm
+++ b/web_wizard/Apache.pm
@@ -45,7 +45,7 @@ my $o = {
user_dir => '',
shared_dir => ''
},
- needed_rpm => [ 'apache-mpm-prefork', 'apache-mod_userdir' ],
+ needed_rpm => [ 'apache', 'apache-mod_userdir' ],
defaultimage => "/usr/share/mcc/themes/default/web_server-mdk.png",
init => sub {
if (-f $file) {