Changeset 2259 for alternc/trunk/debian/postinst
- Timestamp:
- 07/10/08 23:18:42 (3 months ago)
- Files:
-
- alternc/trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/debian/postinst
r2117 r2259 94 94 # Networks that SMTP should relay, separated with spaces 95 95 SMTP_RELAY_NETWORKS="" 96 97 # the type of backup created by the sql backup script 98 # valid options are "rotate" (newsyslog-style) or "date" (suffix is the date) 99 SQLBACKUP_TYPE="" 100 101 # overwrite existing files when backing up 102 SQLBACKUP_OVERWRITE="" 96 103 EOF 97 104 … … 118 125 update_var alternc/default_mx DEFAULT_MX 119 126 update_var alternc/mysql/client MYSQL_CLIENT 127 update_var alternc/sql/backup_type SQLBACKUP_TYPE 128 update_var alternc/sql/backup_overwrite SQLBACKUP_OVERWRITE 120 129 update_var alternc/alternc_location ALTERNC_LOC 121 130 update_var alternc/mynetwork SMTP_RELAY_NETWORKS
