diff options
Diffstat (limited to 'devel/bugzilla50')
-rw-r--r-- | devel/bugzilla50/files/pkg-message.in | 15 |
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 +} +] |