From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C266138359 for ; Thu, 27 Aug 2020 21:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A295E0963; Thu, 27 Aug 2020 21:03:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F315E0963 for ; Thu, 27 Aug 2020 21:03:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19837335CF3 for ; Thu, 27 Aug 2020 21:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 802DA315 for ; Thu, 27 Aug 2020 21:03:47 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1598562228.9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nessus-bin/nessus-bin-8.11.1.ebuild X-VCS-Directories: net-analyzer/nessus-bin/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1 X-VCS-Branch: master Date: Thu, 27 Aug 2020 21:03:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73e7bcff-243b-43ea-a3dc-1b17a54e21c3 X-Archives-Hash: 614e2e79399b63733ae7aa8887ce6276 commit: 9a91474c7a1bd47c7509e31b5a53d1f1a579aaf1 Author: Rick Farina gentoo org> AuthorDate: Thu Aug 27 21:03:38 2020 +0000 Commit: Rick Farina gentoo 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 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 }