diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/roundcube/pkg-message | |
parent | ca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff) | |
download | ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip |
Notes
Diffstat (limited to 'mail/roundcube/pkg-message')
-rw-r--r-- | mail/roundcube/pkg-message | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/mail/roundcube/pkg-message b/mail/roundcube/pkg-message index 307097806ccb..2fd69172e77e 100644 --- a/mail/roundcube/pkg-message +++ b/mail/roundcube/pkg-message @@ -1,12 +1,15 @@ ---------------------------------------------------------------------- -FIRST INSTALLATION - +[ +{ type: install + message: <<EOM If this is a first installation of RoundCube you have to create a new database and a db user. Read INSTALL for detailed instructions. - -UPGRADING - +EOM +} +{ type: install + message: <<EOM If you already had a previous version of RoundCube installed, you should check your config files and DB schema are up-to-date. Read UPGRADING for detailed instructions. ---------------------------------------------------------------------- +EOM +} +] |