projects
/
carnet-upgrade.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeea47a
)
Remove apache-common (prevents installation of apache2-cn).
author
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 10 Jun 2009 09:03:58 +0000
(11:03 +0200)
committer
Valentin Vidic
<Valentin.Vidic@CARNet.hr>
Wed, 10 Jun 2009 09:03:58 +0000
(11:03 +0200)
src/functions.sh
patch
|
blob
|
history
diff --git
a/src/functions.sh
b/src/functions.sh
index
6f16290
..
beccc6d
100644
(file)
--- 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
}