summaryrefslogtreecommitdiff
path: root/databases/pgroonga/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/pgroonga/files/pkg-message.in
parentConvert to UCL & cleanup pkg-message (categories a-c) (diff)
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'databases/pgroonga/files/pkg-message.in')
-rw-r--r--databases/pgroonga/files/pkg-message.in27
1 files changed, 15 insertions, 12 deletions
diff --git a/databases/pgroonga/files/pkg-message.in b/databases/pgroonga/files/pkg-message.in
index 21cfbd00cc5a..20b75bd3e814 100644
--- a/databases/pgroonga/files/pkg-message.in
+++ b/databases/pgroonga/files/pkg-message.in
@@ -1,12 +1,15 @@
-######################################################################################
-# Create a database: #
-# ================== #
-# % sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test' #
-# (Normally, you should create a user for pgroonga_test database and use the user. #
-# See GRANT USAGE ON SCHEMA pgroonga for details.) #
-# #
-# Connect to the created database and execute CREATE EXTENSION pgroonga: #
-# ====================================================================== #
-# % sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;' #
-# #
-######################################################################################
+[
+{ type: install
+ message: <<EOM
+Create a database:
+==================
+% sudo -H -u postgres psql --command 'CREATE DATABASE pgroonga_test'
+(Normally, you should create a user for pgroonga_test database and use the user.
+See GRANT USAGE ON SCHEMA pgroonga for details.)
+
+Connect to the created database and execute CREATE EXTENSION pgroonga:
+======================================================================
+% sudo -H -u postgres psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga;'
+EOM
+}
+]