summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Garcia Mantinan <manty@debian.org>2015-07-07 07:17:22 +0200
committerGuido Günther <agx@sigxcpu.org>2015-07-07 07:17:22 +0200
commit1b59d859f2442dd859fa255a50d3d149c5320213 (patch)
tree193e2d2909a9258f48180f8e0cbf8f86af57747c
parent57006507c68b99c5e9ee6dcfb526aaae02f1e9b8 (diff)
Respect jessie apache package rename
Closes: #791569
-rw-r--r--whatmaps/debiandistro.py1
1 files changed, 1 insertions, 0 deletions
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' ],