diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | web_wizard/Apache.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) { |