commit: 9a6bd87d64f92a5a790a427b9760022b7fc1c654 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Nov 3 11:30:22 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Nov 3 12:37:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6bd87d
net-misc/icaclient: Install citrix log daemon We can't install an init script as ctxlogd ALWAYS forks and thus we cannot reliably determine its PID. Thanks-to: Martin Stockinger <mstockin <AT> gmx.net> Closes: https://bugs.gentoo.org/743145 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild b/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild index 844f39b2948..fdacb99618b 100644 --- a/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild +++ b/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild @@ -180,6 +180,7 @@ src_install() { conncenter ctx_app_bind ctx_rehash + ctxlogd ctxwebhelper gst_play1.0 gst_read1.0 @@ -190,6 +191,7 @@ src_install() { new_store nslaunch pnabrowse + setlog storebrowse sunraymac.sh webcontainer
