summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild')
-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
}