summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.4.10/logrotate
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-10 15:50:27 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-10 15:50:27 +0000
commit47b357cc80d9050b2506f5eb9626414ea9b373c1 (patch)
tree84298702732a5ac2e207084ea768162014de20db /packages/asterisk/asterisk-1.4.10/logrotate
parentc765e80d6f02fa7f10b03d32d8a6b87923c2d64f (diff)
asterisk: make 1.4.10 build on arm and fix packaging
Diffstat (limited to 'packages/asterisk/asterisk-1.4.10/logrotate')
-rw-r--r--packages/asterisk/asterisk-1.4.10/logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.4.10/logrotate b/packages/asterisk/asterisk-1.4.10/logrotate
new file mode 100644
index 0000000000..dfd25ee55c
--- /dev/null
+++ b/packages/asterisk/asterisk-1.4.10/logrotate
@@ -0,0 +1,12 @@
+/var/log/asterisk/cdr-csv/Master.csv /var/log/asterisk/cdr-custom/Master.csv /var/log/asterisk/queue_log /var/log/asterisk/event_log /var/log/asterisk/messages {
+ daily
+ missingok
+ compress
+ delaycompress
+ rotate 30
+ sharedscripts
+ postrotate
+ /etc/init.d/asterisk logger-reload
+ endscript
+}
+