Changeset 1006


Ignore:
Timestamp:
04/25/06 02:27:16 (7 years ago)
Author:
anarcat
Message:

create symlink for override.php.conf if missing

Closes: #640

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/preinst

    r897 r1006  
    6464        fi 
    6565    fi 
     66 
     67    # make sure we have a symlink for basedir_prot.sh 
     68    if [ ! -h /etc/apache/conf.d/override.php.conf ]; then 
     69        # make sur the file exists so that apache doesn't crash 
     70        touch /var/alternc/apacheconf/override_php.conf 
     71        ln -sf /var/alternc/apacheconf/override_php.conf \ 
     72            /etc/apache/conf.d/override.php.conf 
     73    fi 
     74 
    6675    ;; 
    6776 
Note: See TracChangeset for help on using the changeset viewer.