[26967] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Mar 21 13:34:31 2013

Date: Thu, 21 Mar 2013 13:34:24 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201303211734.r2LHYO8J026037@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2013-03-21 13:34:24 -0400 (Thu, 21 Mar 2013)
New Revision: 25860

Modified:
   trunk/debathena/config/auto-update/debian/changelog
   trunk/debathena/config/auto-update/debian/debathena-auto-update.logrotate
Log:
In auto-update:
  * Add 'delaycompress' directive to logrotate (Trac: #1313)


Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog	2013-03-21 17:25:00 UTC (rev 25859)
+++ trunk/debathena/config/auto-update/debian/changelog	2013-03-21 17:34:24 UTC (rev 25860)
@@ -9,8 +9,9 @@
   * Remove unneeded dependency on bsdutils (it's required)
   * Add $remote_fs dependency in init script because it's apparently still
     1992 and /usr might be an NFS mount
+  * Add 'delaycompress' directive to logrotate (Trac: #1313)
 
- -- Jonathan Reed <jdreed@mit.edu>  Thu, 21 Mar 2013 13:20:48 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 21 Mar 2013 13:33:44 -0400
 
 debathena-auto-update (1.42.1) unstable; urgency=low
 

Modified: trunk/debathena/config/auto-update/debian/debathena-auto-update.logrotate
===================================================================
--- trunk/debathena/config/auto-update/debian/debathena-auto-update.logrotate	2013-03-21 17:25:00 UTC (rev 25859)
+++ trunk/debathena/config/auto-update/debian/debathena-auto-update.logrotate	2013-03-21 17:34:24 UTC (rev 25860)
@@ -2,14 +2,16 @@
   rotate 6
   monthly
   compress
+  delaycompress
   missingok
   notifempty
 }
 
-/var/log/athena-upgrade {
+/var/log/athena-upgrade { 
   rotate 6
   monthly
   compress
+  delaycompress
   missingok
   notifempty
 }


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