placer la conf ssl au bon endroit, close #646

This commit is contained in:
Antoine Beaupré 2006-04-26 21:13:18 +00:00
parent 6cbbd76c40
commit 324efcf840
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -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