diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-19 11:24:41 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-19 11:24:41 +0000 |
commit | 5cd700075edddb501cfa118b7e827842035b3e94 (patch) | |
tree | b0e198b42e4fb4f1a09b00454521f4303a6350c9 /packages/callweaver/files/logrotate | |
parent | 02fd43803d0ed17ef03265df679d6d0afc925018 (diff) |
callweaver: follow upstream from openpbx.org to callweaver.org and update to rc5
* openpbx.org is gone and thus fetching failed.
* upgrade to rc5 since rc3 is no longer available
* Follow upstream rename of project from openpbx.org to callweaver.org. replace
all occurences of the openpbx string with callweaver in all files.
* drop unneeded patches and create new ones (fix version check code)
* drop openldap support and DEPENDS until bug 2806 is fixed to enable the package
to build in OE
* fix packaging
* this is the "boy, am I glad I got it off the 'mtn status'-radar"-commit
Diffstat (limited to 'packages/callweaver/files/logrotate')
-rw-r--r-- | packages/callweaver/files/logrotate | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/callweaver/files/logrotate b/packages/callweaver/files/logrotate new file mode 100644 index 0000000000..438f5f16bd --- /dev/null +++ b/packages/callweaver/files/logrotate @@ -0,0 +1,13 @@ +/var/log/callweaver/cdr-csv/Master.csv /var/log/callweaver/queue_log /var/log/callweaver/event_log /var/log/callweaver/messages +/var/log/callweaver/full { + daily + missingok + compress + delaycompress + rotate 30 + sharedscripts + postrotate + /etc/init.d/callweaver logger-reload + endscript +} + |