The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=76fb453e63f26a27e2add06b0062d9444c0dd202
commit 76fb453e63f26a27e2add06b0062d9444c0dd202 Author: Ed Maste <[email protected]> AuthorDate: 2025-10-15 15:30:43 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-12-15 14:22:20 +0000 libpam: Add newline at EOF in modules.inc (cherry picked from commit 2976a7ce2e9b0ba1f59601218583c6330776f401) --- lib/libpam/modules/modules.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libpam/modules/modules.inc b/lib/libpam/modules/modules.inc index f3ab65333f4f..1e9eb8970317 100644 --- a/lib/libpam/modules/modules.inc +++ b/lib/libpam/modules/modules.inc @@ -30,4 +30,4 @@ MODULES += pam_ssh .endif MODULES += pam_tacplus MODULES += pam_unix -MODULES += pam_xdg \ No newline at end of file +MODULES += pam_xdg
