diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-01 05:47:36 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2008-05-01 05:47:36 +0000 |
commit | cf2973f366e891f3ac88d25c12630b3ff8e84cdc (patch) | |
tree | 77bcc12c8bc98e7026a068cc1499c6856d03b868 /packages/asterisk/asterisk-1.4.10/logrotate | |
parent | cd217e6615b68142b681f950e0e2600a4954d5eb (diff) |
packages/asterisk : Drop older versions of Asterisk
Diffstat (limited to 'packages/asterisk/asterisk-1.4.10/logrotate')
-rw-r--r-- | packages/asterisk/asterisk-1.4.10/logrotate | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/asterisk/asterisk-1.4.10/logrotate b/packages/asterisk/asterisk-1.4.10/logrotate deleted file mode 100644 index dfd25ee55c..0000000000 --- a/packages/asterisk/asterisk-1.4.10/logrotate +++ /dev/null @@ -1,12 +0,0 @@ -/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 -} - |