Changeset 2323

Show
Ignore:
Timestamp:
10/07/08 00:20:48 (1 month ago)
Author:
anarcat
Message:

explicitely backup main.cf configuration even though we don't replace
it totally

See: #1029

Files:

Legend:

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

    r2322 r2323  
    157157done 
    158158 
     159# also backup main.cf since we're doing major changes to it 
     160BACKUPS="$BACKUPS etc/postfix/main.cf" 
    159161tar -zcf "$BACKUP_FILE" -C / $BACKUPS 2>/dev/null || true 
    160162