diff options
author | Sam Hartman <hartmans@debian.org> | 2024-04-09 09:45:00 -0600 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2024-04-09 09:45:00 -0600 |
commit | 00b6c4ce8d958d1e398d3f602a6824e63b08fbe1 (patch) | |
tree | fc80dad95f651a183fccb245d4f9d2f07e57cbbe | |
parent | 259f1e068742f3018a017ef06999788003266bc6 (diff) | |
download | pam-00b6c4ce8d958d1e398d3f602a6824e63b08fbe1.tar.gz pam-00b6c4ce8d958d1e398d3f602a6824e63b08fbe1.tar.bz2 pam-00b6c4ce8d958d1e398d3f602a6824e63b08fbe1.zip |
Fix typo in NEWS
-rw-r--r-- | debian/libpam-modules.NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-modules.NEWS b/debian/libpam-modules.NEWS index 01dcfe1c..02f4fbe4 100644 --- a/debian/libpam-modules.NEWS +++ b/debian/libpam-modules.NEWS @@ -4,7 +4,7 @@ pam (1.5.3-7) unstable; urgency=medium umask of users logging in. If the primary group name of a user matches their primary user name (user pat's default group is also called pat), then files will be group writable by default. To disable - this user a group name that differs from the user name or add + this use a group name that differs from the user name or add nousergroups to the pam_umask line in /etc/pam.d/common-session: |