--- ./logrotate.8.orig 2002-12-10 12:11:19.000000000 -0800 +++ ./logrotate.8 2003-06-07 19:30:50.000000000 -0700 @@ -1,4 +1,4 @@ -.TH LOGROTATE 8 "Wed Nov 5 2002" "Red Hat Linux" "System Administrator's Manual" +.TH LOGROTATE 8 "Wed Nov 5 2002" "Linux" "System Administrator's Manual" .UC 4 .SH NAME logrotate \- rotates, compresses, and mails system logs @@ -378,7 +378,7 @@ for information on the taboo extensions). If a + precedes the list of extensions, the current taboo extension list is augmented, otherwise it is replaced. At startup, the taboo extension list -contains .rpmorig, .rpmsave, ,v, .swp, .rpmnew, and ~. +contains .new .rpmorig, .rpmsave, ,v, .swp, .rpmnew, and ~. .TP \fBweekly\fR --- ./config.c.orig 2003-01-14 10:11:59.000000000 -0800 +++ ./config.c 2003-06-07 19:29:52.000000000 -0700 @@ -29,7 +29,7 @@ #define isblank(c) ( (c) == ' ' || (c) == '\t' ) ? 1 : 0 #endif -static char * defTabooExts[] = { ".rpmsave", ".rpmorig", "~", ",v", +static char * defTabooExts[] = { ".new", ".rpmsave", ".rpmorig", "~", ",v", ".rpmnew", ".swp" }; static int defTabooCount = sizeof(defTabooExts) / sizeof(char *); --- ./config.h.orig 2002-11-15 03:42:02.000000000 -0800 +++ ./config.h 2003-06-07 19:29:53.000000000 -0700 @@ -40,6 +40,6 @@ #endif #ifndef STATEFILE - #define STATEFILE "/var/lib/logrotate.status" + #define STATEFILE "/var/lib/logrotate/status" #endif