Changeset 2129
- Timestamp:
- 04/14/08 05:10:58 (5 months ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r2128 r2129 161 161 # Expand templates in the right place 162 162 # 163 echo -n "Expanding variables in configuration files:" 163 164 for file in $CONFIG_FILES; do 164 165 TEMPLATE="$TEMPLATE_DIR/${file##etc/}" 166 echo -n " $file" 165 167 if [ -f "$TEMPLATE" ]; then 166 168 sed -f "$SED_SCRIPT" < $TEMPLATE > /$file 167 169 fi 168 170 done 171 echo "." 169 172 rm -f $SED_SCRIPT 170 173
