diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-29 11:10:59 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-29 11:10:59 -0600 |
commit | 8cf828ed23a1999fda0541f41929e48368cbb57f (patch) | |
tree | 279660228177b79bc4ab169c4bfec8ec47c1fe79 /www-apps | |
parent | dev-python/git-review: 2.2.0 stable amd64/x86 (diff) | |
download | gentoo-8cf828ed23a1999fda0541f41929e48368cbb57f.tar.gz gentoo-8cf828ed23a1999fda0541f41929e48368cbb57f.tar.bz2 gentoo-8cf828ed23a1999fda0541f41929e48368cbb57f.zip |
www-apps/icingaweb2-module-director: add better doc links
link to upstream docs for install/upgrade
Bug: https://bugs.gentoo.org/802276
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild index 0d9d32306e89..c9a76d37b383 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild @@ -43,5 +43,8 @@ src_install() { } pkg_postinst() { - elog "Enable and start the icinga-director.service systemd service." + elog "Please see the following documentation for installation" + elog "https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/02-Installation.md" + elog "or upgrading" + elog "https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md" } |