Changeset 1543
- Timestamp:
- 04/26/06 23:38:32 (3 years ago)
- Files:
-
- alternc/trunk/etc/alternc/templates/alternc (added)
- alternc/trunk/etc/alternc/templates/alternc/bureau.conf (moved) (moved from alternc/trunk/etc/alternc/bureau.conf)
- alternc/trunk/install/alternc.install (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1542 r1543 16 16 17 17 # Find needed configuration files (without the initial '/') 18 CONFIG_FILES="" 18 # replace this one unconditionnally 19 CONFIG_FILES="etc/alternc/bureau.conf" 19 20 20 21 if [ -e /etc/apache/httpd.conf ]; then … … 52 53 if [ -e /etc/default/saslauthd ]; then 53 54 CONFIG_FILES="$CONFIG_FILES etc/default/saslauthd" 54 fi55 56 if [ -e /etc/alternc/bureau.conf ]; then57 CONFIG_FILES="$CONFIG_FILES etc/alternc/bureau.conf"58 55 fi 59 56
