Changeset 1539

Show
Ignore:
Timestamp:
04/26/06 22:24:04 (3 years ago)
Author:
anarcat
Message:

corriger les liens symboliques, règle peut-être le 646 (see #646)

Files:

Legend:

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

    r1020 r1539  
    156156 
    157157    if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then 
    158         ln -sf /etc/apache/conf.d/alternc-ssl.conf \ 
     158        ln -sf /etc/alternc/apache-sl.conf \ 
    159159            /etc/apache/conf.d/alternc-ssl.conf 
    160160    fi 
    161161 
    162162    if [ ! -h /etc/apache/conf.d/alternc.conf ]; then 
    163         ln -sf /etc/apache/conf.d/alternc.conf \ 
     163        ln -sf /etc/alternc/apache.conf \ 
    164164            /etc/apache/conf.d/alternc.conf 
    165165    fi