From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67E381582EF for ; Fri, 28 Feb 2025 01:39:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2D7F534313F for ; Fri, 28 Feb 2025 01:39:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2C5FF1102C9; Fri, 28 Feb 2025 01:39:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 20DC81102C9 for ; Fri, 28 Feb 2025 01:39:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3DCE343127 for ; Fri, 28 Feb 2025 01:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01F351CE4 for ; Fri, 28 Feb 2025 01:39:37 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1740706721.c9f268ba37eb4752739680a0385a54d9b76a01e0.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c9f268ba37eb4752739680a0385a54d9b76a01e0 X-VCS-Branch: master Date: Fri, 28 Feb 2025 01:39: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: 0ef9a67e-17c5-4257-a296-20c223af223a X-Archives-Hash: e4680d5bb969bb98c5f5f2b019f58e72 commit: c9f268ba37eb4752739680a0385a54d9b76a01e0 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 28 01:38:01 2025 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 28 01:38:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f268ba sys-apps/openrc: install new pam module for user services Signed-off-by: William Hubbs gentoo.org> sys-apps/openrc/openrc-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 030d8ccdd3ac..0d8bd26defb3 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -104,6 +104,7 @@ src_install() { # install gentoo pam.d files newpamd "${FILESDIR}"/start-stop-daemon.pam start-stop-daemon newpamd "${FILESDIR}"/start-stop-daemon.pam supervise-daemon + pamd_mimic system-local-login openrc-user session fi # install documentation