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 B16BD138334 for ; Sat, 31 Aug 2019 21:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E13CCE096F; Sat, 31 Aug 2019 21:35:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C4667E096F for ; Sat, 31 Aug 2019 21:35:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90BCD34A7A8 for ; Sat, 31 Aug 2019 21:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DD3D77E for ; Sat, 31 Aug 2019 21:35:37 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1567287294.e12eae4881db013c5569f4e4dafd70081cf3e485.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild net-analyzer/nagios-core/nagios-core-4.4.5.ebuild X-VCS-Directories: net-analyzer/nagios-core/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e12eae4881db013c5569f4e4dafd70081cf3e485 X-VCS-Branch: master Date: Sat, 31 Aug 2019 21:35:37 +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: 144d3a7a-7bfe-4e2a-9215-312fb43277dc X-Archives-Hash: 6c9c19aed3504613999b25490957eb49 commit: e12eae4881db013c5569f4e4dafd70081cf3e485 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Aug 31 19:58:35 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Aug 31 21:34:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12eae48 net-analyzer/nagios-core: use default homedir/shell for "nagios" user. With GLEP81 approved, we're finally going to be able to (properly) share the "nagios" user between the packages that require it. As part of the migration process, I'd like to clean up its home directory and shell usage: I'm fairly sure that the default (/dev/null and /sbin/nologin) will work, at least for nagios-core. Whether or not this will affect any other packages is harder to discern. I'm using this new ~arch version of nagios-core to test things out. In this and later versions, we'll use the default "enewuser" arguments. If this causes a problem, it should appear only in new installs (enewuser is a no-op on upgrades), and with any luck someone will file a bug to say it doesn't work. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky gentoo.org> .../{nagios-core-4.4.5.ebuild => nagios-core-4.4.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild b/net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild similarity index 99% rename from net-analyzer/nagios-core/nagios-core-4.4.5.ebuild rename to net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild index 74ddb853c43..fdfccca6aab 100644 --- a/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild @@ -72,7 +72,7 @@ S="${WORKDIR}/${MY_P}" pkg_setup() { enewgroup nagios - enewuser nagios -1 /bin/bash /var/nagios/home nagios + enewuser nagios -1 -1 -1 nagios } src_configure() {