commit: 9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 21:03:38 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 21:03:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a91474c
net-analyzer/nessus-bin: bug #739178
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
b/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
index 08acd1d6525..444f5c56b2c 100644
--- a/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
+++ b/net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild
@@ -56,5 +56,9 @@ pkg_postinst() {
else
elog "You may want to restart the nessusd-bin service to use"
elog "the new version of Nessus."
+ elog "You also need to update your plugins. When ready, it's
done like this:"
+ elog "/etc/init.d/nessusd-bin stop"
+ elog "/opt/nessus/sbin/nessuscli update --all"
+ elog "/etc/init.d/nessusd-bin start"
fi
}