From 1b59d859f2442dd859fa255a50d3d149c5320213 Mon Sep 17 00:00:00 2001 From: Santiago Garcia Mantinan Date: Tue, 7 Jul 2015 07:17:22 +0200 Subject: Respect jessie apache package rename Closes: #791569 --- whatmaps/debiandistro.py | 1 + 1 file changed, 1 insertion(+) (limited to 'whatmaps') diff --git a/whatmaps/debiandistro.py b/whatmaps/debiandistro.py index 2a095d1..2725265 100644 --- a/whatmaps/debiandistro.py +++ b/whatmaps/debiandistro.py @@ -43,6 +43,7 @@ class DebianDistro(Distro): _pkg_services = { 'apache2-mpm-worker': [ 'apache2' ], 'apache2-mpm-prefork': [ 'apache2' ], 'apache2.2-bin': [ 'apache2' ], + 'apache2-bin': [ 'apache2' ], 'dovecot-imapd': [ 'dovecot' ], 'dovecot-pop3d': [ 'dovecot' ], 'exim4-daemon-light': [ 'exim4' ], -- cgit v1.2.3