diff options
author | Steve Langasek <vorlon@debian.org> | 2005-11-06 12:50:43 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2005-11-06 12:50:43 +0000 |
commit | 8f587b822fa7bc9943ea37e113710a2dd3298237 (patch) | |
tree | f44a539d018b307e2a2bf32777ab9b2e21099969 /ChangeLog | |
parent | ff4104776bb51ff936fd1b62ec76d6e03db88d23 (diff) | |
download | pam-8f587b822fa7bc9943ea37e113710a2dd3298237.tar.gz pam-8f587b822fa7bc9943ea37e113710a2dd3298237.tar.bz2 pam-8f587b822fa7bc9943ea37e113710a2dd3298237.zip |
Relevant BUGIDs: Debian bugs #330458, #330852
Purpose of commit: bugfix
Commit summary:
---------------
don't treat a missing /etc/environment as a fatal error when attempting
to read it, and try to read this file by default; this restores the
behavior from Linux-PAM 0.76.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-06 Steve Langasek <vorlon@debian.org> + + * modules/pam_env/pam_env.c: don't treat a missing + /etc/environment as a fatal error when attempting to read it, + and try to read this file by default; this restores the behavior + from Linux-PAM 0.76. + 2005-11-02 Tomas Mraz <t8m@centrum.cz> * modules/pam_unix/support.c (_unix_getpwnam): Fix typo [#1224807] |