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.
46 lines
597 B
Plaintext
46 lines
597 B
Plaintext
/var/log/bforce/bf-log.ttyS0 {
|
|
daily
|
|
rotate 4
|
|
missingok
|
|
notifempty
|
|
compress
|
|
notifempty
|
|
prerotate
|
|
(test -f /etc/default/bforce/bfha && \
|
|
grep "BFHA=yes" /etc/default/bforce/default) && /usr/lib/bforce/bfha.pl
|
|
endscript
|
|
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
|
|
}
|
|
|
|
|