[Pkg-voip-commits] r4466 - in /asterisk1.2/trunk/debian: asterisk1.2.logrotate changelog

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Mon Sep 10 10:57:11 UTC 2007


Author: tzafrir-guest
Date: Mon Sep 10 10:57:11 2007
New Revision: 4466

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4466
Log:
 * Remove hardwired file numbers and weekly log rotation.
 * Add full log and queue log to log rotation (missingok).

Modified:
    asterisk1.2/trunk/debian/asterisk1.2.logrotate
    asterisk1.2/trunk/debian/changelog

Modified: asterisk1.2/trunk/debian/asterisk1.2.logrotate
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk1.2/trunk/debian/asterisk1.2.logrotate?rev=4466&op=diff
==============================================================================
--- asterisk1.2/trunk/debian/asterisk1.2.logrotate (original)
+++ asterisk1.2/trunk/debian/asterisk1.2.logrotate Mon Sep 10 10:57:11 2007
@@ -1,7 +1,5 @@
-/var/log/asterisk/cdr-custom/Master.csv /var/log/asterisk/debug /var/log/asterisk/event_log /var/log/asterisk/messages {
-        weekly
+/var/log/asterisk/cdr-custom/Master.csv /var/log/asterisk/cdr-csv/Master.csv /var/log/asterisk/debug /var/log/asterisk/full /var/log/asterisk/messages /var/log/asterisk/event_log /var/log/asterisk/queue_log {
         missingok
-        rotate 4
         sharedscripts
         postrotate
                 /usr/sbin/invoke-rc.d asterisk logger-reload

Modified: asterisk1.2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk1.2/trunk/debian/changelog?rev=4466&op=diff
==============================================================================
--- asterisk1.2/trunk/debian/changelog (original)
+++ asterisk1.2/trunk/debian/changelog Mon Sep 10 10:57:11 2007
@@ -21,8 +21,9 @@
   * stereorize.1: fix typos.
   * Allow some extra conflicts to allow upgrading from old asterisk 1.2
     packages.
-
- -- Kilian Krause <kilian at debian.org>  Fri, 24 Aug 2007 17:14:02 +0200
+  * Fix logrotate file: remove hardwiring. Add missing files.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 10 Sep 2007 13:55:06 +0300
 
 asterisk (1:1.2.16~dfsg-1) unstable; urgency=high
 




More information about the Pkg-voip-commits mailing list