[25362] in Source-Commits
Re: /svn/athena r24924 -
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sun Jan 23 06:05:13 2011
Date: Sun, 23 Jan 2011 06:05:05 -0500 (EST)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Liz Denys <lizdenys@mit.edu>, Alexander Chernyakhovsky <achernya@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201101222226.p0MMQZUl024187@drugstore.mit.edu>
Message-ID: <alpine.DEB.1.10.1101230602520.23426@dr-wily.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Reviewed, ACK, uploaded to -development; tested, ACK for beta (needs one
more ACK). Being able to use the address book is kinda cool, actually.
--
Geoffrey Thomas
geofft@mit.edu
On Sat, 22 Jan 2011, Liz Denys wrote:
> Author: lizdenys
> Date: 2011-01-22 17:26:35 -0500 (Sat, 22 Jan 2011)
> New Revision: 24924
>
> Modified:
> trunk/debathena/config/alpine-config/debian/changelog
> trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
> Log:
> Configure alpine to use the MIT LDAP server (Trac: #774).
>
> Modified: trunk/debathena/config/alpine-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/alpine-config/debian/changelog 2011-01-22 00:06:22 UTC (rev 24923)
> +++ trunk/debathena/config/alpine-config/debian/changelog 2011-01-22 22:26:35 UTC (rev 24924)
> @@ -1,3 +1,9 @@
> +debathena-alpine-config (1.16) unstable; urgency=low
> +
> + * Configure alpine to use the MIT LDAP server (Trac: #774).
> +
> + -- Alexander Chernyakhovsky <achernya@mit.edu> Sat, 22 Jan 2011 16:57:22 -0500
> +
> debathena-alpine-config (1.15.2) unstable; urgency=low
>
> * Added conflicts and provides entries for diversions (Trac: #535).
>
> Modified: trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena
> ===================================================================
> --- trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena 2011-01-22 00:06:22 UTC (rev 24923)
> +++ trunk/debathena/config/alpine-config/debian/transform_pine.conf.debathena 2011-01-22 22:26:35 UTC (rev 24924)
> @@ -15,3 +15,4 @@
> s%^(rsh-open-timeout=).*$%${1}0%m or die;
> s%^(ssh-open-timeout=).*$%${1}0%m or die;
> s%^(new-version-threshold=).*$%\% (Athena hack: 'z' should be lexically greater than any pine version.)\n${1}z%m or die;
> +s%^(ldap-servers=).*$%${1}ldap.mit.edu:389 "/base=dc=mit,dc=edu"%m or die;
>
>