From 760aeb641b4666170e9927754877a089cca9a3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 26 Apr 2006 20:24:04 +0000 Subject: [PATCH] =?UTF-8?q?corriger=20les=20liens=20symboliques,=20r=C3=A8?= =?UTF-8?q?gle=20peut-=C3=AAtre=20le=20646=20(see=20#646)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 2b377449..9e400aa5 100644 --- a/debian/postinst +++ b/debian/postinst @@ -155,12 +155,12 @@ EOF alternc.install if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then - ln -sf /etc/apache/conf.d/alternc-ssl.conf \ + ln -sf /etc/alternc/apache-sl.conf \ /etc/apache/conf.d/alternc-ssl.conf fi if [ ! -h /etc/apache/conf.d/alternc.conf ]; then - ln -sf /etc/apache/conf.d/alternc.conf \ + ln -sf /etc/alternc/apache.conf \ /etc/apache/conf.d/alternc.conf fi