bforce/debian/logrotate
Evgeniy Kozhuhovskiy fad7029f0a Initial import
2005-02-27 08:29:05 +00:00

42 lines
455 B
Plaintext

/var/log/bforce/bf-log.ttyS0 {
daily
rotate 4
missingok
notifempty
compress
notifempty
create 644 uucp news
}
/var/log/bforce/bf-log.tcpip {
daily
rotate 4
missingok
notifempty
compress
notifempty
create 644 uucp news
}
/var/log/bforce/outman.log {
weekly
rotate 4
missingok
notifempty
compress
notifempty
nocreate
}
/var/log/bforce/bf-log {
weekly
rotate 4
missingok
notifempty
compress
notifempty
create 644 uucp news
}