summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2005-11-06 12:50:43 +0000
committerSteve Langasek <vorlon@debian.org>2005-11-06 12:50:43 +0000
commit8f587b822fa7bc9943ea37e113710a2dd3298237 (patch)
treef44a539d018b307e2a2bf32777ab9b2e21099969 /ChangeLog
parentff4104776bb51ff936fd1b62ec76d6e03db88d23 (diff)
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc7b16f0..578e8ab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]