Changeset 1541

Show
Ignore:
Timestamp:
04/26/06 23:13:18 (3 years ago)
Author:
anarcat
Message:

placer la conf ssl au bon endroit, close #646

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/debian/postinst

    r1540 r1541  
    155155    alternc.install 
    156156 
    157     if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then 
     157    if [ ! -h /etc/apache-ssl/conf.d/alternc.conf ]; then 
    158158        ln -sf /etc/alternc/apache-ssl.conf \ 
    159             /etc/apache/conf.d/alternc-ssl.conf 
     159            /etc/apache-ssl/conf.d/alternc.conf 
    160160    fi 
    161161