summaryrefslogtreecommitdiff
path: root/databases/couchdb2/files/pkg-message.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:01:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:01:59 +0000
commit78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch)
tree557e38686944a0a47350c0dc68f952bec42e13d6 /databases/couchdb2/files/pkg-message.in
parentConvert to UCL & cleanup pkg-message (categories a-c) (diff)
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes: svn path=/head/; revision=508835
Diffstat (limited to 'databases/couchdb2/files/pkg-message.in')
-rw-r--r--databases/couchdb2/files/pkg-message.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/couchdb2/files/pkg-message.in b/databases/couchdb2/files/pkg-message.in
index d6eb9a7ae846..910baa937bbb 100644
--- a/databases/couchdb2/files/pkg-message.in
+++ b/databases/couchdb2/files/pkg-message.in
@@ -1,4 +1,6 @@
-***********************************************************
+[
+{ type: install
+ message: <<EOM
If this is the first time you are installing %%PORTNAME%%, you will need
to add a default administrator, and initialise the database node.
@@ -30,4 +32,6 @@ Then use the admin interface at http://127.0.0.1:5984/_utils/# as usual.
For more information see
http://docs.couchdb.org/en/latest/install/setup.html
-***********************************************************
+EOM
+}
+]