diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2009-08-26 10:00:38 -0500 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-05-31 22:41:17 +0200 |
commit | 5a12e7c134274dba706667107d10d231517d3e05 (patch) | |
tree | 55718d5acb710fde798d9f38d0bbaf594ed4b296 /source/a/logrotate/logrotate.slackware.diff | |
download | current-5a12e7c134274dba706667107d10d231517d3e05.tar.gz current-5a12e7c134274dba706667107d10d231517d3e05.tar.xz |
Slackware 13.0slackware-13.0
Wed Aug 26 10:00:38 CDT 2009
Slackware 13.0 x86_64 is released as stable! Thanks to everyone who
helped make this release possible -- see the RELEASE_NOTES for the
credits. The ISOs are off to the replicator. This time it will be a
6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD.
We're taking pre-orders now at store.slackware.com. Please consider
picking up a copy to help support the project. Once again, thanks to
the entire Slackware community for all the help testing and fixing
things and offering suggestions during this development cycle.
As always, have fun and enjoy! -P.
Diffstat (limited to 'source/a/logrotate/logrotate.slackware.diff')
-rw-r--r-- | source/a/logrotate/logrotate.slackware.diff | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/source/a/logrotate/logrotate.slackware.diff b/source/a/logrotate/logrotate.slackware.diff new file mode 100644 index 000000000..77b8aad6b --- /dev/null +++ b/source/a/logrotate/logrotate.slackware.diff @@ -0,0 +1,49 @@ +diff -u -r --new-file logrotate-3.7.4.orig/config.c logrotate-3.7.4/config.c +--- logrotate-3.7.4.orig/config.c 2006-07-24 07:08:04.000000000 -0500 ++++ logrotate-3.7.4/config.c 2006-09-21 01:07:50.000000000 -0500 +@@ -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 *); +diff -u -r --new-file logrotate-3.7.4.orig/config.h logrotate-3.7.4/config.h +--- logrotate-3.7.4.orig/config.h 2005-11-12 13:07:56.000000000 -0600 ++++ logrotate-3.7.4/config.h 2006-09-21 01:08:02.000000000 -0500 +@@ -36,5 +36,5 @@ + #endif + + #ifndef STATEFILE +-#define STATEFILE "/var/lib/logrotate.status" ++#define STATEFILE "/var/lib/logrotate/status" + #endif +diff -u -r --new-file logrotate-3.7.4.orig/logrotate.8 logrotate-3.7.4/logrotate.8 +--- logrotate-3.7.4.orig/logrotate.8 2006-05-17 09:46:51.000000000 -0500 ++++ logrotate-3.7.4/logrotate.8 2006-09-21 01:07:14.000000000 -0500 +@@ -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" + .SH NAME + logrotate \- rotates, compresses, and mails system logs + .SH SYNOPSIS +@@ -410,7 +410,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 +@@ -427,7 +427,7 @@ + .SH FILES + .PD 0 + .TP 27 +-\fI/var/lib/logrotate.status\fR ++\fI/var/lib/logrotate/status\fR + Default state file. + .TP 27 + \fI/etc/logrotate.conf\fR |