[24428] in Source-Commits
/svn/athena r24019 - trunk/debathena/config/alpine-config/debian
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Sat Sep 26 15:49:45 2009
X-Barracuda-Envelope-From: geofft@mit.edu
Date: Sat, 26 Sep 2009 15:49:35 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200909261949.n8QJnZlw001057@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-09-26 15:49:34 -0400 (Sat, 26 Sep 2009)
New Revision: 24019
Modified:
trunk/debathena/config/alpine-config/debian/alpine.debathena
trunk/debathena/config/alpine-config/debian/changelog
Log:
In alpine-config:
* Suppress a Hesiod error when running alpine on a non-Athena account.
Modified: trunk/debathena/config/alpine-config/debian/alpine.debathena
===================================================================
--- trunk/debathena/config/alpine-config/debian/alpine.debathena 2009-09-22 04:38:11 UTC (rev 24018)
+++ trunk/debathena/config/alpine-config/debian/alpine.debathena 2009-09-26 19:49:34 UTC (rev 24019)
@@ -1,7 +1,7 @@
#!/bin/bash
arg=()
-case "$(hesinfo "${ATHENA_USER:-$USER}" pobox | cut -d' ' -f2)" in
+case "$(hesinfo "${ATHENA_USER:-$USER}" pobox 2>/dev/null | cut -d' ' -f2)" in
*EXCHANGE*) arg=(-disable-these-authenticators=GSSAPI) ;;
esac
Modified: trunk/debathena/config/alpine-config/debian/changelog
===================================================================
--- trunk/debathena/config/alpine-config/debian/changelog 2009-09-22 04:38:11 UTC (rev 24018)
+++ trunk/debathena/config/alpine-config/debian/changelog 2009-09-26 19:49:34 UTC (rev 24019)
@@ -1,3 +1,9 @@
+debathena-alpine-config (1.11.3) unstable; urgency=low
+
+ * Suppress a Hesiod error when running alpine on a non-Athena account.
+
+ -- Geoffrey Thomas <geofft@mit.edu> Sun, 20 Sep 2009 09:28:23 -0400
+
debathena-alpine-config (1.11.2) unstable; urgency=low
* Explicitly exec alpine.debathena-orig in the wrapper script in case