/etc/logrotate.d/dpm-rfiod is in dpm-rfio-server 1.10.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #
# $Id: rfiod.logrotate,v 1.4 2006/02/17 12:54:22 slemaitr Exp $
#
# @(#)$RCSfile: rfiod.logrotate,v $ $Revision: 1.4 $ $Date: 2006/02/17 12:54:22 $ CERN/IT/ADC/CA Jean-Damien Durand
#
/var/log/dpm-rfiod/log {
compress
daily
delaycompress
missingok
rotate 90
}
|