diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-31 03:44:04 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-31 03:44:04 +0000 |
commit | b96e653af860e2dcb77b8247fbafd9c91f1547e0 (patch) | |
tree | 6cb605f65eb109a037d5ea68da04fadca715b786 /mail/dbmail22 | |
parent | b2bafbf969e888cfaaece33d4153c6a10fc52631 (diff) | |
download | ports-b96e653af860e2dcb77b8247fbafd9c91f1547e0.tar.gz ports-b96e653af860e2dcb77b8247fbafd9c91f1547e0.zip |
- use $SUB_FILES to dynamically adjust pkg-message
PR: ports/142731
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: maintainer timeout (mark_sf@kikg.ifmo.ru; > 2 weeks)
Notes
Notes:
svn path=/head/; revision=248923
Diffstat (limited to 'mail/dbmail22')
-rw-r--r-- | mail/dbmail22/files/pkg-message.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/dbmail22/files/pkg-message.in b/mail/dbmail22/files/pkg-message.in index 14a762a71a8f..8e9dfc1a7650 100644 --- a/mail/dbmail22/files/pkg-message.in +++ b/mail/dbmail22/files/pkg-message.in @@ -1,4 +1,16 @@ +IMPORTANT NOTE FOR ADMINS UPGRADING FROM 1.X->2.X!!! + + *) Don't forget to update the database using a script from + %%DATADIR%%/ + *) Many programs have been renamed and their arguments changed. + *) Read the upgrading notes. + *) Don't be careless with this upgrade or mail will be lost! + *) dbmail can be controled by setting dbmail_imapd_enable, + dbmail_lmtpd_enable, and/or dbmail_pop3d_enable in + /etc/rc.conf. + + 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 |