Changeset 1764

Show
Ignore:
Timestamp:
01/12/07 21:16:20 (2 years ago)
Author:
anarcat
Message:

Close #1005: make sure we have a override_php.conf link in /etc/apache/conf.d

Files:

Legend:

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

    r1541 r1764  
    165165    fi 
    166166 
     167    if [ ! -h /etc/apache/conf.d/override_php.conf ]; then 
     168        ln -sf /var/alternc/apacheconf/override_php.conf \ 
     169            /etc/apache/conf.d/override_php.conf 
     170    fi 
     171 
    167172    ;; 
    168173