Ignore:
Timestamp:
04/26/06 23:23:50 (7 years ago)
Author:
anarcat
Message:

activate a configuration file for the bureau, common for both SSL and non-SSL configs, requested by pierre-gilles et
benji.

activate variable substitution for bureau.conf in alternc.install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/install/alternc.install

    r1527 r1542  
    5252if [ -e /etc/default/saslauthd ]; then 
    5353    CONFIG_FILES="$CONFIG_FILES etc/default/saslauthd" 
     54fi 
     55 
     56if [ -e /etc/alternc/bureau.conf ]; then 
     57    CONFIG_FILES="$CONFIG_FILES etc/alternc/bureau.conf" 
    5458fi 
    5559 
Note: See TracChangeset for help on using the changeset viewer.