Author: barbier Date: 2006-04-06 18:06:09 -0500 (Thu, 06 Apr 2006) New Revision: 1706
Modified: branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog branches/modular/app/xdm-X11R7.0-1.0.1/debian/xdm.pam Log: Let PAM read locale variables from /etc/default/locale. Modified: branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog =================================================================== --- branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog 2006-04-05 04:54:20 UTC (rev 1705) +++ branches/modular/app/xdm-X11R7.0-1.0.1/debian/changelog 2006-04-06 23:06:09 UTC (rev 1706) @@ -1,3 +1,9 @@ +xdm (1:1.0.1-5) UNRELEASED; urgency=low + + * debian/xdm.pam: Let PAM read locale variables from /etc/default/locale. + + -- Denis Barbier <[EMAIL PROTECTED]> Fri, 7 Apr 2006 01:02:43 +0200 + xdm (1:1.0.1-4) unstable; urgency=low * Upload to unstable Modified: branches/modular/app/xdm-X11R7.0-1.0.1/debian/xdm.pam =================================================================== --- branches/modular/app/xdm-X11R7.0-1.0.1/debian/xdm.pam 2006-04-05 04:54:20 UTC (rev 1705) +++ branches/modular/app/xdm-X11R7.0-1.0.1/debian/xdm.pam 2006-04-06 23:06:09 UTC (rev 1706) @@ -7,4 +7,5 @@ auth requisite pam_nologin.so auth required pam_env.so +auth required pam_env.so envfile=/etc/default/locale session required pam_limits.so -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

