Changeset 2325

Show
Ignore:
Timestamp:
10/07/08 00:48:58 (2 months ago)
Author:
anarcat
Message:

fix parameter expansion in postconf

See: #1029

Files:

Legend:

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

    r2324 r2325  
    219219while read line 
    220220do 
    221    postconf -e $line 
     221   postconf -e "$line" 
    222222done < /etc/alternc/postfix.cf 
    223223 
    224224while read line 
    225225do 
    226    postconf -e $line 
     226   postconf -e "$line" 
    227227done <<EOF 
    228228myhostname = $FQDN