root/alternc/trunk/debian/alternc-slave.logrotate

Revision 2312, 0.6 kB (checked in by anarcat, 2 months ago)

revert back to r2306: stay with only two packages for now, which should unbreak the main alternc package

  • Property svn:mergeinfo set to
Line 
1 #
2 # Logrotate.d script for AlternC
3 # $Id: alternc.logrotate,v 1.1 2004/05/25 02:35:38 anonymous Exp $
4 #
5
6 /var/log/alternc/bureau.log {
7         monthly
8         missingok
9         create 0640 www-data www-data
10         rotate 12
11         compress
12         delaycompress
13 }
14
15 /var/log/alternc/domaines.log {
16         monthly
17         missingok
18         create 0640 root root
19         rotate 12
20         compress
21         delaycompress
22 }
23
24 /var/log/alternc/sub_domaines.log {
25         monthly
26         missingok
27         create 0640 root root
28         rotate 12
29         compress
30         delaycompress
31 }
32
Note: See TracBrowser for help on using the browser.