diff options
Diffstat (limited to 'net-mgmt/phpipam')
-rw-r--r-- | net-mgmt/phpipam/files/pkg-message.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-mgmt/phpipam/files/pkg-message.in b/net-mgmt/phpipam/files/pkg-message.in index d031207fb547..1bf76b23392f 100644 --- a/net-mgmt/phpipam/files/pkg-message.in +++ b/net-mgmt/phpipam/files/pkg-message.in @@ -1,5 +1,8 @@ +[ +{ type: install + message: <<EOM Automatic installation of database files ---------------------------------------------- + Since v0.4 phpipam can automatically install database files for you. Point browser to phpipam directory and set MySQL login details (root username and password). @@ -19,3 +22,6 @@ In case your URL for phpipam is not root please set the following variables config.php is where site configuration and database details are configured. Default user/password is Admin/ipamadmin +EOM +} +] |