summaryrefslogtreecommitdiff
path: root/mail/postfixadmin/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/postfixadmin/files
parentremove strange prop. (diff)
onvert to UCL & cleanup pkg-message (categories l-m)
Notes
Notes: svn path=/head/; revision=508882
Diffstat (limited to 'mail/postfixadmin/files')
-rw-r--r--mail/postfixadmin/files/pkg-message.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/postfixadmin/files/pkg-message.in b/mail/postfixadmin/files/pkg-message.in
index 88b99af3afa6..9b1f449d5b69 100644
--- a/mail/postfixadmin/files/pkg-message.in
+++ b/mail/postfixadmin/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
If you are upgrading, you may need to update your existing database.
You can do so by browsing to [URL]/setup.php where [URL] is the
postfixadmin root.
@@ -9,6 +12,12 @@ included automatically by config.inc.php.
For detailed information, please see the complete installation steps
in %%DOCSDIR%%/INSTALL.TXT.
-
+EOM
+}
+{ type: upgrade
+ message: <<EOM
For upgrade-related details, including configuration changes, see
%%DOCSDIR%%/CHANGELOG.TXT.
+EOM
+}
+]