]> git.pld-linux.org Git - packages/bircd.git/blob - bircd.logrotate
- fix for amd64
[packages/bircd.git] / bircd.logrotate
1 /var/log/ircd/users.log {
2         olddir /var/log/archiv/ircd
3         notifempty
4         create 640 ircd ircd
5
6         postrotate
7                 /etc/rc.d/init.d/ircd reload >/dev/null 2>&1
8         endscript
9 }
10
11 /var/log/ircd/opers.log {
12         olddir /var/log/archiv/ircd
13         notifempty
14         create 640 ircd ircd
15
16         postrotate
17                 /etc/rc.d/init.d/ircd reload >/dev/null 2>&1
18         endscript
19 }
20
21 /var/log/ircd/rejects.log {
22         olddir /var/log/archiv/ircd
23         notifempty
24         create 640 ircd ircd
25
26         postrotate
27                 /etc/rc.d/init.d/ircd reload >/dev/null 2>&1
28         endscript
29 }
This page took 0.028697 seconds and 3 git commands to generate.