[26553] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25621 - trunk/debathena/config/auto-update/debian

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Fri Jul 6 16:26:37 2012

Date: Fri, 6 Jul 2012 16:26:35 -0400
From: Benjamin Kaduk <kaduk@MIT.EDU>
Message-Id: <201207062026.q66KQZwp015037@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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
 


home help back first fref pref prev next nref lref last post