]> git.pld-linux.org Git - packages/inn.git/blame_incremental - inn.logrotate
- release 3
[packages/inn.git] / inn.logrotate
... / ...
CommitLineData
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 olddir /var/log/archiv/news
11 prerotate
12 ctlinnd -s pause "Flushing log and syslog files"
13 endscript
14 postrotate
15 ctlinnd -s go "Flushing log and syslog files"
16 endscript
17}
18
19/var/log/news/*log {
20 olddir /var/log/archiv/news
21 prerotate
22 ctlinnd -s pause "Flushing log and syslog files"
23 endscript
24 postrotate
25 ctlinnd -s go "Flushing log and syslog files"
26 endscript
27}
This page took 0.026123 seconds and 4 git commands to generate.