From 6e89090e032f6505a5c140997d45287f8f501cc9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 15 Jan 2020 11:13:28 -0500 Subject: [PATCH] net-analyzer/nagios-plugins: new revision sans the "nagios" user/group. In the past, the "nagios" user/group must have been hard-coded into the plugins somewhere, or maybe referenced in pkg_postinst(). But I can find no use for them now. Rather than blindly port this package to GLEP81, let's see what happens without the user instead. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky --- ...ugins-2.3.1.ebuild => nagios-plugins-2.3.1-r1.ebuild} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) rename net-analyzer/nagios-plugins/{nagios-plugins-2.3.1.ebuild => nagios-plugins-2.3.1-r1.ebuild} (96%) diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild similarity index 96% rename from net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild index e60ae3dda0cc..ec9cb103f719 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit user - DESCRIPTION="Official plugins for Nagios" HOMEPAGE="http://nagios-plugins.org/" SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz" @@ -106,11 +104,6 @@ src_configure() { --sysconfdir="/etc/nagios" } -pkg_preinst() { - enewgroup nagios - enewuser nagios -1 -1 -1 nagios -} - pkg_postinst() { elog "This ebuild has a number of USE flags that determine what you" elog "are able to monitor. Depending on what you want to monitor, some" -- 2.26.2