[arch-commits] Commit in pambase/trunk (PKGBUILD system-login)
Jelle van der Waa
jelle at gemini.archlinux.org
Fri Nov 12 19:45:42 UTC 2021
Date: Friday, November 12, 2021 @ 19:45:41
Author: jelle
Revision: 427932
Unset motd option
Setting just motd nullifies the motd_dir defaults, as we want to support
reading motd's from /etc/motd and /etc/motd.d unset the motd= option and
use the upstream defaults.
Fixes: FS#72707
Modified:
pambase/trunk/PKGBUILD
pambase/trunk/system-login
--------------+
PKGBUILD | 6 +++---
system-login | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-12 19:31:24 UTC (rev 427931)
+++ PKGBUILD 2021-11-12 19:45:41 UTC (rev 427932)
@@ -1,8 +1,8 @@
# Maintainer: Dave Reisner <dreisner at archlinux.org>
pkgname=pambase
-pkgver=20210605
-pkgrel=2
+pkgver=20211111
+pkgrel=1
pkgdesc="Base PAM configuration for services"
arch=('any')
url="https://www.archlinux.org"
@@ -21,7 +21,7 @@
'etc/pam.d/other')
sha256sums=('e9aedc66bfe06aa0e62e4539525b23dcdf98e373e6930a2a8b2be06045355fee'
'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
- '2ed270c2789526336cc6479e63f6263b5c6f41cfc829a17a449a38621b6bf020'
+ '0f06cbc63a4b95fd3f863561e2ff193f231d749f69ce23c57393234dbca6edfd'
'005736b9bd650ff5e5d82a7e288853776d5bb8c90185d5774c07231c1e1c64a9'
'6eb1acdd3fa9f71a7f93fbd529be57ea65bcafc6e3a98a06af4d88013fc6a567'
'd5ed59ec2157c19c87964a162f7ca84d53c19fb2bd68d3fbc1671ba8d906346f')
Modified: system-login
===================================================================
--- system-login 2021-11-12 19:31:24 UTC (rev 427931)
+++ system-login 2021-11-12 19:45:41 UTC (rev 427932)
@@ -13,7 +13,7 @@
session optional pam_loginuid.so
session optional pam_keyinit.so force revoke
session include system-auth
-session optional pam_motd.so motd=/etc/motd
+session optional pam_motd.so
session optional pam_mail.so dir=/var/spool/mail standard quiet
-session optional pam_systemd.so
session required pam_env.so user_readenv=1
More information about the arch-commits
mailing list