[Pkg-voip-commits] r5113 - in /asterisk/trunk/debian: asterisk.logrotate changelog rules
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Thu Dec 20 09:07:24 UTC 2007
Author: paravoid
Date: Thu Dec 20 09:07:24 2007
New Revision: 5113
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5113
Log:
* Ressurect long-forgotten logrotate script.
Modified:
asterisk/trunk/debian/asterisk.logrotate
asterisk/trunk/debian/changelog
asterisk/trunk/debian/rules
Modified: asterisk/trunk/debian/asterisk.logrotate
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/asterisk.logrotate?rev=5113&op=diff
==============================================================================
--- asterisk/trunk/debian/asterisk.logrotate (original)
+++ asterisk/trunk/debian/asterisk.logrotate Thu Dec 20 09:07:24 2007
@@ -1,9 +1,9 @@
-/var/log/asterisk/cdr-custom/Master.csv /var/log/asterisk/debug /var/log/asterisk/event_log /var/log/asterisk/messages {
+/var/log/asterisk/debug /var/log/asterisk/messages /var/log/asterisk/*_log {
weekly
missingok
rotate 4
sharedscripts
postrotate
- /usr/sbin/invoke-rc.d asterisk logger-reload
+ /usr/sbin/invoke-rc.d asterisk logger-reload > /dev/null 2> /dev/null
endscript
}
Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=5113&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Thu Dec 20 09:07:24 2007
@@ -12,8 +12,9 @@
* Backport a chan_iax2 segfault fix from upstream, upstream issue #11602.
* Bump Standards-Version to 3.7.3, no changes needed.
* Remove modem.conf on upgrades from 1.2 (i.e. etch). (Closes: #454332)
-
- -- Faidon Liambotis <paravoid at debian.org> Thu, 20 Dec 2007 10:23:16 +0200
+ * Ressurect long-forgotten logrotate script.
+
+ -- Faidon Liambotis <paravoid at debian.org> Thu, 20 Dec 2007 10:48:51 +0200
asterisk (1:1.4.15~dfsg-1) unstable; urgency=low
Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=5113&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Thu Dec 20 09:07:24 2007
@@ -198,6 +198,7 @@
binary-arch: install-arch
dh_testdir -a
dh_testroot -a
+ dh_installlogrotate -a
dh_installdocs -a
dh_installman utils/*.1 doc/*.8 contrib/scripts/*.8
dh_installexamples -a
More information about the Pkg-voip-commits
mailing list