From 324efcf840f1d74fac0d931caa44e506f47d6c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 26 Apr 2006 21:13:18 +0000 Subject: [PATCH] placer la conf ssl au bon endroit, close #646 --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 07752379..91671e31 100644 --- a/debian/postinst +++ b/debian/postinst @@ -154,9 +154,9 @@ EOF echo "running alternc.install" alternc.install - if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then + if [ ! -h /etc/apache-ssl/conf.d/alternc.conf ]; then ln -sf /etc/alternc/apache-ssl.conf \ - /etc/apache/conf.d/alternc-ssl.conf + /etc/apache-ssl/conf.d/alternc.conf fi if [ ! -h /etc/apache/conf.d/alternc.conf ]; then