[Koha-patches] [PATCH 3/5] Add dependency on apache2-mpm-itk for koha-common.

Lars Wirzenius lars at catalyst.net.nz
Wed May 26 08:52:59 CEST 2010


The way things are set up, each Koha instance runs under its own
user account. At least for now, this requires apache2-mpm-itk.
Later we can investigate other possibilities.
---
 debian/control |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/control b/debian/control
index 459e1c3..f3832d2 100644
--- a/debian/control
+++ b/debian/control
@@ -69,6 +69,7 @@ Package: koha-common
 Architecture: all
 Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends},
  apache2,
+ apache2-mpm-itk,
  at,
  daemon,
  idzebra-2.0,
-- 
1.7.1




More information about the Koha-patches mailing list