49te5pEbk3+Tu56vMNsNAareJ3E8odnCDn0DEBKE4BC34wbTVPTUGyFDmJACky9 +CCeJSKRV2x9hZyEpIHjPRkkcRcOPWePU9QJf+VlzOnFK0QHGO1Ay5qJdLn/7gK0rsg5BX 1z7fQ/iBH0hcr7KV3dTXw6J119Qzbc0rey9zO9xk4cJWiQdn/RUB2ONU+re2Kba0LU+o3q 2cGRAeShyhnpWh96py9rv0d5YQjEf79D4d85NC5YiOeq+KWeaYe4lHAL1u/Ql6R4fYK3Jd avTpX/acN5lBvEuKjMKmrbYgwljrSzFiwsC7XA6K9kHLnjLCidWNiSvk6OBe4Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4clRVc09xmzv2d; Mon, 13 Oct 2025 05:58:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 59D5wlhc060472; Mon, 13 Oct 2025 05:58:47 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 59D5wlZ6060469; Mon, 13 Oct 2025 05:58:47 GMT (envelope-from git) Date: Mon, 13 Oct 2025 05:58:47 GMT Message-Id: <202510130558.59D5wlZ6060469@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Emmanuel Vadot Subject: git: f08c46c8c83b - main - pam_xdg.8: Remove bogus note List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: manu X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f08c46c8c83b4de306db1c8fab36a51c6c0ca28e Auto-Submitted: auto-generated The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=f08c46c8c83b4de306db1c8fab36a51c6c0ca28e commit f08c46c8c83b4de306db1c8fab36a51c6c0ca28e Author: Emmanuel Vadot AuthorDate: 2025-10-13 05:57:46 +0000 Commit: Emmanuel Vadot CommitDate: 2025-10-13 05:57:46 +0000 pam_xdg.8: Remove bogus note The pam_xdg module does set the XDG_RUNTIME_DIR in the environment, it's actually its main purpose. Reported by: arrowd --- lib/libpam/modules/pam_xdg/pam_xdg.8 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/libpam/modules/pam_xdg/pam_xdg.8 b/lib/libpam/modules/pam_xdg/pam_xdg.8 index 9b335751a9fb..031010953e98 100644 --- a/lib/libpam/modules/pam_xdg/pam_xdg.8 +++ b/lib/libpam/modules/pam_xdg/pam_xdg.8 @@ -50,7 +50,6 @@ Use an alternate base directory .Bl -tag -width indent .It Ev XDG_RUNTIME_DIR The location of the runtime files base directory created by this module. -Note that the module does not set this environment variable. .El .Sh STANDARDS The directory created by this module conforms to the