summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xweb_wizard/Apache.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87d7cbf0..267f9565 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- fix apache package name (mga#2640)
+
Version 3.7.5 - 27 May 2011, by Ennael
- clean Mandriva references
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) {