[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r2238 - trunk/debian



Author: branden
Date: 2005-04-08 00:39:01 -0500 (Fri, 08 Apr 2005)
New Revision: 2238

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/TODO
   trunk/debian/changelog
   trunk/debian/xdm.logrotate
Log:
Enhance xdm's logrotate configuration per Andrew Suffield.
+ Rotate log file weekly.
+ Keep logs around for one year.
+ Compress log files.
+ Delay compression of log files until after they've been rotated.
(Closes: #285871)

Add Id expando and set svn:keywords property to Id on xdm.logrotate.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2005-04-08 05:16:00 UTC (rev 2237)
+++ trunk/debian/CHANGESETS	2005-04-08 05:39:01 UTC (rev 2238)
@@ -67,4 +67,12 @@
 /usr/{bin,include,lib}/X11 symbolic links provided by xfree86-common.
     2235
 
+Enhance xdm's logrotate configuration per Andrew Suffield.
++ Rotate log file weekly.
++ Keep logs around for one year.
++ Compress log files.
++ Delay compression of log files until after they've been rotated.
+(Closes: #285871)
+    2238
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/TODO
===================================================================
--- trunk/debian/TODO	2005-04-08 05:16:00 UTC (rev 2237)
+++ trunk/debian/TODO	2005-04-08 05:39:01 UTC (rev 2238)
@@ -22,7 +22,6 @@
 * #284448: add bounds checking and fix SEGV in font server code
 * Grab small-scale, non-disruptive fixes to the xserver-xfree86 debconfage from
   branches/debconf-overhaul.
-* #285871: improve xdm's logrotate script, courtesy of asuffield
 * #303461: ensure cache coherency when using elfloader on IA64
 
 Post 4.3.0-1

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-04-08 05:16:00 UTC (rev 2237)
+++ trunk/debian/changelog	2005-04-08 05:39:01 UTC (rev 2238)
@@ -52,8 +52,15 @@
     the files located there are always locatable via the
     /usr/{bin,include,lib}/X11 symbolic links provided by xfree86-common.
 
- -- Branden Robinson <branden@debian.org>  Thu,  7 Apr 2005 11:35:21 -0500
+  * Enhance xdm's logrotate configuration per Andrew Suffield.
+    + Rotate log file weekly.
+    + Keep logs around for one year.
+    + Compress log files.
+    + Delay compression of log files until after they've been rotated.
+    (Closes: #285871)
 
+ -- Branden Robinson <branden@debian.org>  Fri,  8 Apr 2005 00:16:35 -0500
+
 xfree86 (4.3.0.dfsg.1-12) unstable; urgency=medium
 
   * Urgency set to medium due to fix for release-critical bug #295175

Modified: trunk/debian/xdm.logrotate
===================================================================
--- trunk/debian/xdm.logrotate	2005-04-08 05:16:00 UTC (rev 2237)
+++ trunk/debian/xdm.logrotate	2005-04-08 05:39:01 UTC (rev 2238)
@@ -1,4 +1,12 @@
+# $Id$
+
 /var/log/xdm.log {
-	notifempty
-	missingok
+    weekly
+    rotate 52
+    compress
+    delaycompress
+    notifempty
+    missingok
 }
+
+# vim:set ai et sts=4 sw=4 tw=80:


Property changes on: trunk/debian/xdm.logrotate
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: