summaryrefslogtreecommitdiff
path: root/packages/asterisk/asterisk-1.4.19.1/logrotate
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:23:06 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 05:23:06 +0000
commitf4ce9c08fe9fa700633891da981161d1ef3f735b (patch)
treefed9114a673ba5f608a589998276d10edcb7e788 /packages/asterisk/asterisk-1.4.19.1/logrotate
parenta45db7f9e7f94249a55ba19570d9cdc60185b4a8 (diff)
packages/asterisk/asterisk_1.4.19.1.bb : Add asterisk 1.4.19.1 which has some security fixes
Diffstat (limited to 'packages/asterisk/asterisk-1.4.19.1/logrotate')
-rw-r--r--packages/asterisk/asterisk-1.4.19.1/logrotate12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/asterisk/asterisk-1.4.19.1/logrotate b/packages/asterisk/asterisk-1.4.19.1/logrotate
new file mode 100644
index 0000000000..dfd25ee55c
--- /dev/null
+++ b/packages/asterisk/asterisk-1.4.19.1/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
+}
+