/etc/dpm-postgres/dpnsdaemon.logrotate is in dpm-name-server-postgres 1.8.7-3.1+b1.
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: dpnsdaemon.logrotate,v 1.2 2006/01/30 09:05:41 slemaitr Exp $
#
# @(#)$RCSfile: dpnsdaemon.logrotate,v $ $Revision: 1.2 $ $Date: 2006/01/30 09:05:41 $ CERN/IT/ADC/CA Jean-Damien Durand
#
/var/log/dpns/log {
compress
daily
delaycompress
missingok
rotate 90
}
|