Changeset 1717

Show
Ignore:
Timestamp:
07/08/06 11:22:58 (2 years ago)
Author:
anarcat
Message:

retirer httpd.conf de l'installation d'alternc, les symlinks devraient maintenant suffire. testing obligatoire. see #562

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/install/alternc.install

    r1572 r1717  
    1919CONFIG_FILES="etc/alternc/bureau.conf" 
    2020 
    21 if [ -e /etc/apache/httpd.conf ]; then 
    22     CONFIG_FILES="$CONFIG_FILES etc/apache/httpd.conf" 
    23 fi 
    2421if [ -e /etc/php4/apache/php.ini ]; then 
    2522    CONFIG_FILES="$CONFIG_FILES etc/php4/apache/php.ini" 
    26 fi 
    27 if [ -e /etc/apache-ssl/httpd.conf ]; then 
    28     CONFIG_FILES="$CONFIG_FILES etc/apache-ssl/httpd.conf" 
    2923fi 
    3024if [ -e /etc/php4/cgi/php.ini ]; then