You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bforce/debian/logrotate

42 lines
455 B
Plaintext

20 years ago
/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
}