[26554] in Source-Commits
Re: /svn/athena r25621 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Fri Jul 6 16:27:12 2012
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <201207062026.q66KQZwp015037@drugstore.mit.edu>
Date: Fri, 6 Jul 2012 16:27:09 -0400
Cc: source-commits@MIT.EDU
Message-Id: <1FE97742-9214-4C24-89A3-869C8F4C5C6E@mit.edu>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Content-Transfer-Encoding: 8bit
I suck. ACK.
On Jul 6, 2012, at 4:26 PM, Benjamin Kaduk wrote:
> Author: kaduk
> Date: 2012-07-06 16:26:35 -0400 (Fri, 06 Jul 2012)
> New Revision: 25621
>
> Modified:
> trunk/debathena/config/auto-update/debian/athena-auto-update
> Log:
> Emit proper comment string for apt.conf files
>
> Modified: trunk/debathena/config/auto-update/debian/athena-auto-update
> ===================================================================
> --- trunk/debathena/config/auto-update/debian/athena-auto-update 2012-07-06 19:23:50 UTC (rev 25620)
> +++ trunk/debathena/config/auto-update/debian/athena-auto-update 2012-07-06 20:26:35 UTC (rev 25621)
> @@ -135,8 +135,8 @@
>
> echo "Inhibiting dpkg-preconfigure to work around aptitude bugs..."
> cat > /etc/apt/apt.conf.d/99debathena-inhibit-preconfigure <<APTCONF
> -# This file should only exist while an auto-update is in progress.
> -# It will be removed without notice. You have been warned.
> +// This file should only exist while an auto-update is in progress.
> +// It will be removed without notice. You have been warned.
> #clear DPkg::Pre-Install-Pkgs;
> APTCONF
>
>