Changeset 1543

Show
Ignore:
Timestamp:
04/26/06 23:38:32 (3 years ago)
Author:
anarcat
Message:

move bureau.conf with the templates, as it is one, should fix #646

Files:

Legend:

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

    r1542 r1543  
    1616 
    1717# Find needed configuration files (without the initial '/') 
    18 CONFIG_FILES="" 
     18# replace this one unconditionnally 
     19CONFIG_FILES="etc/alternc/bureau.conf" 
    1920 
    2021if [ -e /etc/apache/httpd.conf ]; then 
     
    5253if [ -e /etc/default/saslauthd ]; then 
    5354    CONFIG_FILES="$CONFIG_FILES etc/default/saslauthd" 
    54 fi 
    55  
    56 if [ -e /etc/alternc/bureau.conf ]; then 
    57     CONFIG_FILES="$CONFIG_FILES etc/alternc/bureau.conf" 
    5855fi 
    5956