]> git.pld-linux.org Git - packages/inn.git/blame - inn.logrotate
- release 4 (by relup.sh)
[packages/inn.git] / inn.logrotate
CommitLineData
f8a0422c 1/var/log/news/news.* {
9e30a8f4 2 olddir /var/log/archive/news
c747d3f4 3 create 640 news news
fbb982c6
PG
4
5 sharedscripts
f8a0422c 6 postrotate
a51686d8
JR
7 if [ -e /etc/rc.d/init.d/syslog-ng ] ; then
8 /etc/rc.d/init.d/syslog-ng reload >/dev/null 2>&1
9 elif [ -e /etc/rc.d/init.d/syslog ] ; then
10 /etc/rc.d/init.d/syslog reload >/dev/null 2>&1
11 fi
c747d3f4 12 endscript
13}
14
1a367a62
PG
15/var/log/news/errorlog
16/var/log/news/expire.log
17/var/log/news/innfeed.log
fbb982c6
PG
18/var/log/news/nntpsend.log
19/var/log/news/news {
9e30a8f4 20 olddir /var/log/archive/news
1b31d289 21 create 640 news news
fbb982c6
PG
22
23 sharedscripts
c747d3f4 24 prerotate
b112c053 25 ctlinnd -s pause "Flushing log and syslog files" || :
c747d3f4 26 endscript
27 postrotate
28 ctlinnd -s go "Flushing log and syslog files"
29 endscript
f8a0422c 30}
fbb982c6 31
This page took 0.244455 seconds and 4 git commands to generate.