summaryrefslogtreecommitdiff
path: root/www-servers/hiawatha/hiawatha-9.0.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-04-20 17:09:18 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-04-20 17:09:18 +0200
commit1ec2193f6470023a598e5531eb4b1c3b7c4dfbfa (patch)
tree3958124f85c723cb8cdc2e14cc0d0372394f262e /www-servers/hiawatha/hiawatha-9.0.ebuild
parentbf2d3e103c99284e1e93948a5b50b41feb253196 (diff)
downloadoverlay-1ec2193f6470023a598e5531eb4b1c3b7c4dfbfa.tar.gz
overlay-1ec2193f6470023a598e5531eb4b1c3b7c4dfbfa.tar.bz2
overlay-1ec2193f6470023a598e5531eb4b1c3b7c4dfbfa.zip
hiawatha: overhauled post-inst message
Diffstat (limited to '')
-rw-r--r--www-servers/hiawatha/hiawatha-9.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/www-servers/hiawatha/hiawatha-9.0.ebuild b/www-servers/hiawatha/hiawatha-9.0.ebuild
index 703129c..d8f702f 100644
--- a/www-servers/hiawatha/hiawatha-9.0.ebuild
+++ b/www-servers/hiawatha/hiawatha-9.0.ebuild
@@ -83,11 +83,11 @@ src_install() {
pkg_postinst() {
if use monitor; then
einfo "You requested the server monitor feature."
- einfo "The required files have been installed to ${ED}/usr/share/"${PN}"/monitor."
- einfo "Please read the Monitor HOWTO"
- einfo "from http://www.hiawatha-webserver.org/howto/monitor"
- einfo "and configure your virtual server - i.e. add"
- einfo "the required string in the config files, setup mysql databases"
- einfo "and add a cron job."
+ einfo "The required files have been installed to"
+ einfo "/usr/share/${PN}/monitor"
+ einfo "Please read the Monitor HOWTO from"
+ einfo "http://www.hiawatha-webserver.org/howto/monitor"
+ einfo "and follow the instructions in"
+ einfo "/usr/share/${PN}/monitor/README"
fi
}