diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-23 16:05:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-23 16:05:39 +0000 |
commit | 0e56099a89b8128eb862e51aeefc1b3093710cb7 (patch) | |
tree | 2cd790199f8a0361df850038a1a9c3b6d270c771 /mail/dbmail/files | |
parent | Fix MAN3 (diff) |
- Update to 2.2.1
PR: ports/105785
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
Diffstat (limited to 'mail/dbmail/files')
-rw-r--r-- | mail/dbmail/files/pkg-message.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/dbmail/files/pkg-message.in b/mail/dbmail/files/pkg-message.in new file mode 100644 index 000000000000..14a762a71a8f --- /dev/null +++ b/mail/dbmail/files/pkg-message.in @@ -0,0 +1,17 @@ + +NOTE FOR ADMINS UPGRADING FROM 2.0.X -> 2.2.X : + *) Update database using a script + %%DATADIR%%/mysql/migrate_from_2.0_to_2.2.mysql or + %%DATADIR%%/postgresql/migrate_from_2.0_to_2.2.pgsql + *) Run `dbmail-util -by' + *) Edit configuration file + `[DBMAIL]' section must have `driver=mysql/pgsql' and + `authdriver=sql/ldap'. + +NOTE FOR ADMINS UPGRADING FROM 2.1.X -> 2.2 : + + *) Update database using a script + %%DATADIR%%/mysql/2_1_7-2_2_0.mysql (if you're using MySQL) + %%DATADIR%%/postgresql/2_1_7-2_2_0.pgsql (PostgreSQL) + %%DATADIR%%/sqlite/2_1_7-2_2_0.sqlite (SQLite3) + *) Run `dbmail-util -by' |