[26734] in Source-Commits
Re: /svn/athena r25714 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Wed Aug 8 16:43:43 2012
Date: Wed, 8 Aug 2012 16:43:40 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201208081427.q78ERZXP026500@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1208081643370.22690@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
-Ben
On Wed, 8 Aug 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-08-08 10:27:35 -0400 (Wed, 08 Aug 2012)
> New Revision: 25714
>
> Modified:
> trunk/debathena/config/msmtp-config/debian/changelog
> trunk/debathena/config/msmtp-config/debian/debathena-msmtp
> trunk/debathena/config/msmtp-config/debian/sendmail.8
> Log:
> In msmtp-config:
> * Man page cleanup
> * Remind users how to renew tickets
>
>
> Modified: trunk/debathena/config/msmtp-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/msmtp-config/debian/changelog 2012-08-08 14:04:15 UTC (rev 25713)
> +++ trunk/debathena/config/msmtp-config/debian/changelog 2012-08-08 14:27:35 UTC (rev 25714)
> @@ -1,3 +1,10 @@
> +debathena-msmtp-config (1.9.2) unstable; urgency=low
> +
> + * Man page cleanup
> + * Remind users how to renew tickets
> +
> + -- Jonathan Reed <jdreed@mit.edu> Wed, 08 Aug 2012 10:27:26 -0400
> +
> debathena-msmtp-config (1.9.1) unstable; urgency=low
>
> * Bump debian/compat to 6
>
> Modified: trunk/debathena/config/msmtp-config/debian/debathena-msmtp
> ===================================================================
> --- trunk/debathena/config/msmtp-config/debian/debathena-msmtp 2012-08-08 14:04:15 UTC (rev 25713)
> +++ trunk/debathena/config/msmtp-config/debian/debathena-msmtp 2012-08-08 14:27:35 UTC (rev 25714)
> @@ -78,7 +78,7 @@
> }
> elsif ($want_auth ne 'fallback') {
> $! = 1;
> - die "Could not find valid ATHENA.MIT.EDU Kerberos tickets.\n";
> + die "Could not find valid ATHENA.MIT.EDU Kerberos tickets.\n(Do you need to run 'renew'?)\n";
> }
> else {
> #send unauth
>
> Modified: trunk/debathena/config/msmtp-config/debian/sendmail.8
> ===================================================================
> --- trunk/debathena/config/msmtp-config/debian/sendmail.8 2012-08-08 14:04:15 UTC (rev 25713)
> +++ trunk/debathena/config/msmtp-config/debian/sendmail.8 2012-08-08 14:27:35 UTC (rev 25714)
> @@ -1,4 +1,4 @@
> -.TH SENDMAIL 8 "11 March 2010" "debathena-msmtp-mta" "Athena Electronic Mail"
> +.TH SENDMAIL 8 "8 August 2012" "debathena-msmtp-mta" "Athena Electronic Mail"
> .SH NAME
> sendmail \- A script which invokes msmtp in order to send mail
> .SH SYNOPSIS
> @@ -11,8 +11,8 @@
> passed to msmtp, which is invoked with the requisite options. The
> message is sent authenticated, and will fail if tickets are not
> available. Fallback to unauthenticated SMTP can be permitted by setting
> -the variable \fIDEBATHENA_SENDMAIL_AUTH\fP to "fallback". If
> -authentication is forced, but no valid Kerberos tickets can be found to
> +the variable \fIDEBATHENA_SENDMAIL_AUTH\fP to "fallback". If fallback
> +mode is not enabled and no valid Kerberos tickets can be found to
> authenticate the user, the script will exit with status 1. See mstmp(1)
> for possible values for \fIflags\fP.
>
>
>