summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/isdn4k-utils/files/isdnlog.logrotated')
-rw-r--r--net-dialup/isdn4k-utils/files/isdnlog.logrotated11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dialup/isdn4k-utils/files/isdnlog.logrotated b/net-dialup/isdn4k-utils/files/isdnlog.logrotated
new file mode 100644
index 0000000..952377e
--- /dev/null
+++ b/net-dialup/isdn4k-utils/files/isdnlog.logrotated
@@ -0,0 +1,11 @@
+# isdnlog logrotate snippet for Gentoo Linux
+# contributed by Stefan Briesenick
+
+/var/log/isdn.log {
+ compress
+ rotate 99
+ size=4096k
+ notifempty
+ missingok
+ copytruncate
+}