blob: 1ee3aab4a5951cf16171d973db206b7c3f534b96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/files/3.6_pre20041219/isdnlog.logrotated,v 1.1 2004/12/23 22:12:34 mrness Exp $
# isdnlog logrotate snippet for Gentoo Linux
# contributed by Stefan Briesenick
/var/log/isdn.log {
compress
rotate 99
size=4096k
notifempty
missingok
copytruncate
}
|