[26827] in Source-Commits
Re: /svn/athena r25779 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Oct 2 16:03:01 2012
Date: Tue, 2 Oct 2012 16:02:50 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201210021956.q92JuTR4020692@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1210021602220.22950@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Per zephyr, ACK to proposed.
It would be good to get some sense of what else we'll be missing, though.
-Ben
On Tue, 2 Oct 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-10-02 15:56:29 -0400 (Tue, 02 Oct 2012)
> New Revision: 25779
>
> Modified:
> trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf
> trunk/debathena/config/syslog-config/debian/changelog
> Log:
> In syslog-config:
> * Previous fix didn't work; give up and drop everything below err.
>
>
> Modified: trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf
> ===================================================================
> --- trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf 2012-10-01 20:14:19 UTC (rev 25778)
> +++ trunk/debathena/config/syslog-config/debian/50-debathena-syslog-config.conf 2012-10-02 19:56:29 UTC (rev 25779)
> @@ -1,7 +1,2 @@
> -# Drop afs' byte-range lock message (kern.warning)
> -# Yes, we want 'lock', not 'locks', to match both kinds of
> -# of messages. And yes, we want 'afs' in the msg field,
> -# since the actual tag/program is 'kernel'
> -:msg,contains,"afs: byte-range lock" ~
> # Send everything else to wslogger
> -*.warning;user,auth.info @WSLOGGER.MIT.EDU
> +*.err;user,auth.info @WSLOGGER.MIT.EDU
>
> Modified: trunk/debathena/config/syslog-config/debian/changelog
> ===================================================================
> --- trunk/debathena/config/syslog-config/debian/changelog 2012-10-01 20:14:19 UTC (rev 25778)
> +++ trunk/debathena/config/syslog-config/debian/changelog 2012-10-02 19:56:29 UTC (rev 25779)
> @@ -1,3 +1,9 @@
> +debathena-syslog-config (1.8) unstable; urgency=low
> +
> + * Previous fix didn't work; give up and drop everything below err.
> +
> + -- Jonathan Reed <jdreed@mit.edu> Tue, 02 Oct 2012 15:56:17 -0400
> +
> debathena-syslog-config (1.7) unstable; urgency=low
>
> * Bump debian/compat to 6
>
>