summaryrefslogtreecommitdiff
path: root/devel/bugzilla50/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 /devel/bugzilla50/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 'devel/bugzilla50/files/pkg-message.in')
-rw-r--r--devel/bugzilla50/files/pkg-message.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/devel/bugzilla50/files/pkg-message.in b/devel/bugzilla50/files/pkg-message.in
index b20cd0a62d0f..961d97fe86a7 100644
--- a/devel/bugzilla50/files/pkg-message.in
+++ b/devel/bugzilla50/files/pkg-message.in
@@ -1,4 +1,6 @@
-==========================================================================
+[
+{ type: install
+ message: <<EOM
Bugzilla has now been installed. To quick setup you have to:
1. Create database user who has rights on bugs database manipulation
@@ -21,8 +23,10 @@
For more complete database setup and post-installation instructions
and security tips/notes please read "Bugzilla Guide" in
%%DOCSDIR%%/en/html/ (chapter 2: "Installing Bugzilla")
-==========================================================================
-
+EOM
+}
+{ type: install
+ message: <<EOM
For upgrades:
0. Back up your data.
@@ -34,5 +38,6 @@ For upgrades:
3. Restart your Web server, especially if you're using mod_perl: this
will save you from a number of troubles.
-
-==========================================================================
+EOM
+}
+]