Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-director/
Date: Wed, 29 Dec 2021 17:11:20
Message-Id: 1640797859.8cf828ed23a1999fda0541f41929e48368cbb57f.prometheanfire@gentoo
1 commit: 8cf828ed23a1999fda0541f41929e48368cbb57f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 29 17:10:59 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 17:10:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf828ed
7
8 www-apps/icingaweb2-module-director: add better doc links
9
10 link to upstream docs for install/upgrade
11
12 Bug: https://bugs.gentoo.org/802276
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
15
16 .../icingaweb2-module-director-9999.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild
20 index 0d9d32306e89..c9a76d37b383 100644
21 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild
22 +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild
23 @@ -43,5 +43,8 @@ src_install() {
24 }
25
26 pkg_postinst() {
27 - elog "Enable and start the icinga-director.service systemd service."
28 + elog "Please see the following documentation for installation"
29 + elog "https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/02-Installation.md"
30 + elog "or upgrading"
31 + elog "https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/05-Upgrading.md"
32 }