From 4a91a17bc198fb1c3ccb2ab3379930ded4d6644f Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Wed, 10 Jun 2009 11:03:58 +0200 Subject: [PATCH] Remove apache-common (prevents installation of apache2-cn). --- src/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.sh b/src/functions.sh index 6f16290..beccc6d 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -1019,6 +1019,7 @@ upgrade_libc () { # upgrade apache2/php5 to lenny upgrade_apache2 () { + pkgrm apache-common # prevents installation of apache2-suexec pkgadd_if_installed libapache2-mod-php5 php5-cli php5-cn apache2-cn \ php5-odbc php5-suhosin php-suhosin-cn } -- 1.7.10.4