Changeset 1580

Show
Ignore:
Timestamp:
05/05/06 11:24:12 (2 years ago)
Author:
pierre-gilles
Message:

Typo corrected

Files:

Legend:

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

    r1579 r1580  
    4646 
    4747    if [ ! -h /etc/apache/conf.d/alterncawstats.conf ]; then 
    48         ln -sf /etc/alternc/apacheawstats.conf \ 
     48        ln -sf /etc/alternc/alterncawstats.conf \ 
    4949            /etc/apache/conf.d/alterncawstats.conf 
    5050    fi 
    5151 
    5252    if [ ! -h /etc/apache-ssl/conf.d/alterncawstats.conf ]; then 
    53         ln -sf /etc/alternc/apacheawstats.conf \ 
     53        ln -sf /etc/alternc/alterncawstats.conf \ 
    5454            /etc/apache-ssl/conf.d/alterncawstats.conf 
    5555    fi