summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-08-27 17:03:38 -0400
committerRick Farina <zerochaos@gentoo.org>2020-08-27 17:03:48 -0400
commit9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1 (patch)
tree6ca0e0148e00ab588adc79722e5c3b2180563b4f /net-analyzer
parentdev-util/statifier: fix compilation with musl (diff)
downloadgentoo-9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1.tar.gz
gentoo-9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1.tar.bz2
gentoo-9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1.zip
net-analyzer/nessus-bin: bug #739178
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild4
1 files changed, 4 insertions, 0 deletions
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 08acd1d65258..444f5c56b2c8 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
}