]> git.pld-linux.org Git - packages/inn.git/blob - inn.logrotate
- updated to 2.2.3
[packages/inn.git] / inn.logrotate
1 /var/log/news/news.* {
2         olddir /var/log/archiv/news
3         create 640 news news
4         postrotate
5                 /usr/bin/killall -HUP syslogd
6         endscript
7 }
8
9 /var/log/news/news {
10         prerotate
11                 ctlinnd -s pause "Flushing log and syslog files"
12         endscript
13         postrotate
14                 ctlinnd -s go "Flushing log and syslog files"
15         endscript
16 }
17
18 /var/log/news/*log {
19         prerotate
20                 ctlinnd -s pause "Flushing log and syslog files"
21         endscript
22         postrotate
23                 ctlinnd -s go "Flushing log and syslog files"
24         endscript
25 }
This page took 0.028274 seconds and 3 git commands to generate.