Intégration de la branche release-2.24.1

This commit is contained in:
Jephté Clain 2015-12-24 10:12:15 +04:00
commit ee940402c7
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## Version 2.24.1 du 24/12/2015-10:12
3aba3e3 bug
## Version 2.24.0 du 24/12/2015-09:58
b288cf2 apacheconfig: support des fichiers de confs --> /etc/apache2/cond.d sur debian wheezy-

View File

@ -1 +1 @@
2.24.0
2.24.1

View File

@ -410,7 +410,7 @@ function apache_autoconf() {
ewarn "$conf: fichier ignoré parce que --certsconfdir n'a pas été spécifié"
fi
fi
case "$destconf" in
case "$confname" in
default.conf) destconf=default;;
default.ssl.conf) destconf=default-ssl;;
*) destconf="$confname";;