--- /etc/logrotate.conf.orig	2003-03-14 13:23:41.000000000 +1300
+++ /etc/logrotate.conf	2003-06-13 22:44:58.000000000 +1200
@@ -4,6 +4,13 @@
 
 # keep 4 weeks worth of backlogs
 rotate 4
+##VK:
+# We want to keep logs for longer
+rotate 104
+
+##VK:
+# Also ignore files with these extentions
+tabooext + .orig .back .bak .bck .backup % -
 
 # create new (empty) log files after rotating old ones
 create

