Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-bin/
Date: Thu, 27 Aug 2020 21:03:51
Message-Id: 1598562228.9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1.zerochaos@gentoo
1 commit: 9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 21:03:38 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 21:03:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a91474c
7
8 net-analyzer/nessus-bin: bug #739178
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild b/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
17 index 08acd1d6525..444f5c56b2c 100644
18 --- a/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
19 +++ b/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
20 @@ -56,5 +56,9 @@ pkg_postinst() {
21 else
22 elog "You may want to restart the nessusd-bin service to use"
23 elog "the new version of Nessus."
24 + elog "You also need to update your plugins. When ready, it's done like this:"
25 + elog "/etc/init.d/nessusd-bin stop"
26 + elog "/opt/nessus/sbin/nessuscli update --all"
27 + elog "/etc/init.d/nessusd-bin start"
28 fi
29 }