Commit Graph

212 Commits

Author SHA1 Message Date
Peter Vrabec
d39149986b add error checking before running prerotate and postrotate scripts 2007-03-31 10:56:49 +00:00
Peter Vrabec
66263396dd - fix error hadnling after prerotate, postrotate, firstaction script
failure. (http://qa.mandriva.com/show_bug.cgi?id=29979)
2007-03-29 14:07:49 +00:00
Peter Vrabec
42cc6b26d0 new upstream release 2007-03-01 11:11:38 +00:00
Peter Vrabec
5d6152d4f2 another spec file fixes (#226104) 2007-02-09 10:20:36 +00:00
Peter Vrabec
3c767f3eeb - fix problem with compress_options_list (#227706)
- fix spec file to meet Fedora standards (#226104)
2007-02-08 16:05:58 +00:00
Peter Vrabec
749629f6e6 - logrotate won't stop if there are some errors in configuration or glob
failures (#166510, #182062)
2007-01-23 12:09:11 +00:00
Peter Vrabec
6d6b23c943 fix some rpmlint issues 2007-01-10 14:07:27 +00:00
Peter Vrabec
bc40b29ca6 allow multibyte characters in readPath() (#122145) 2007-01-09 09:47:04 +00:00
Peter Vrabec
da4368bb5e "size" option was ignored in config files (#221341) 2007-01-05 11:47:36 +00:00
Jesse Keating
2cefe23f18 bump for gcc bug 2006-10-01 20:20:23 +00:00
Peter Vrabec
8dde766d66 fix leaking file descriptor (#205072) 2006-09-26 13:44:07 +00:00
Daniel J Walsh
f541a917d5 - Use selinux raw functions 2006-08-10 00:50:09 +00:00
Peter Vrabec
207d71d6a3 - make error message, about ignoring certain config files, a debug message
instead (#196052)
2006-07-24 12:18:42 +00:00
Jesse Keating
7a6dd4236b bumped for rebuild 2006-07-12 07:14:36 +00:00
Peter Vrabec
cf4a7e6e4e - rename ENOSUP to ENOTSUP
- clean up a couple of SELinux problems. Patch from Daniel J. Walsh.
2006-06-13 12:56:30 +00:00
Peter Vrabec
6b5e941f90 add new "minsize" option (#173088) 2006-05-17 15:08:08 +00:00
Peter Vrabec
6fed02a641 - correct man page "extension" option description (#185318) 2006-03-29 09:41:37 +00:00
Jesse Keating
65858f5817 bump for bug in double-long on ppc(64) 2006-02-11 04:25:09 +00:00
Jesse Keating
aca168b6de bump for new gcc/glibc 2006-02-07 12:52:55 +00:00
Jesse Keating
e4cdc30b46 gcc update bump 2005-12-09 22:41:49 +00:00
Peter Vrabec
6cc2aa0221 fix_free_segfaults (#172918) 2005-11-13 13:36:38 +00:00
Peter Vrabec
8d769c03d1 upgrade 2005-11-12 19:19:16 +00:00
Peter Vrabec
d26038cc48 fix spec file 2005-11-11 15:29:20 +00:00
Peter Vrabec
c02330e234 fix_free_segfaults (#172918) 2005-11-11 15:18:21 +00:00
Peter Vrabec
248704e994 - man description for "nodateext" option (#171577)
- remove not working "pattern" option (#171577)
2005-11-07 13:30:22 +00:00
Peter Vrabec
873027e7ed some more clean up (#171587) 2005-10-25 12:07:16 +00:00
Peter Vrabec
57dd2b0c4d fix_free_segfaults (#171093) 2005-10-21 08:18:24 +00:00
Peter Vrabec
97f9424f6c fix leaks of tabooExts 2005-10-18 14:14:51 +00:00
Peter Vrabec
5f73aa3fe8 fix_free_segfaults (#170904) 2005-10-15 12:27:04 +00:00
Peter Vrabec
09d391a1f4 code clean up (#169885) 2005-10-12 12:23:34 +00:00
Peter Vrabec
93a2a71efc - fix bug introduced in logrotate 3.7.2-3(#169858)
- fix some memory leaks (#169888)
2005-10-10 12:18:18 +00:00
Peter Vrabec
ef202888cb do not run compression program in debug mode (#166912) 2005-09-28 11:47:36 +00:00
Peter Vrabec
e1a963ad7b - even when sharedscript option used, do postrotate script before compress
(#167575)
2005-09-07 15:30:53 +00:00
Peter Vrabec
c8ce30854d allow yearly rotations(#134612) 2005-08-17 14:23:45 +00:00
Peter Vrabec
0d05394997 new upstream release 2005-08-01 12:22:18 +00:00
Peter Vrabec
1cde878ad4 fix some "error running script" messages 2005-07-26 14:42:07 +00:00
Peter Vrabec
43a39db72a - fix man page (#163458,#163366) 2005-07-26 13:47:08 +00:00
Peter Vrabec
0250e7aab8 - enhance logrotate with "dateext", "maxage" 2005-06-22 13:31:33 +00:00
Daniel J Walsh
dfc0a56da9 - use security_getenforce() instead of selinux_getenforcemode 2005-03-31 19:53:25 +00:00
Daniel J Walsh
8a479531db - Add selinux_getenforce() calls to work when not in enforcing mode 2005-03-17 22:39:50 +00:00
Peter Vrabec
c0e113ed14 rebuild 2005-03-17 13:54:02 +00:00
Peter Vrabec
5cc24050e5 fix (#149270) do not use tmpfile to run script 2005-02-22 13:08:44 +00:00
Peter Vrabec
e6e6ca8048 stop using share.patch, it not solves #140353 2005-02-18 09:30:11 +00:00
Peter Vrabec
0ead1d914f Typo and missing information in man page (#139346) Add section to
logrotate.conf for "/var/log/btmp" (#117844)
2004-12-13 12:30:28 +00:00
Peter Vrabec
322855f5d8 turn on LOG_FLAG_CREATE if LOG_FLAG_SHAREDSCRIPTS (#140353) 2004-12-09 08:29:16 +00:00
Miloslav Trmac
ca407f86e8 - Fix sending mails (#131583)
- Preserve file attributes when compressing files (#121523, original patch
    by Daniel Himler)
Fri Jul 16 2004 Elliot Lee <sopwith@redhat.com> 3.7.1-1
- Fix #126490 typo
2004-10-19 21:55:48 +00:00
cvsdist
5e3819e4b7 auto-import changelog data from logrotate-3.7-5.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 08:04:16 +00:00
cvsdist
263a405910 auto-import changelog data from logrotate-3.7-4.1.src.rpm
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 08:04:09 +00:00
cvsdist
8f23003c85 auto-import changelog data from logrotate-3.7-4.src.rpm
Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 3.6.10-4
- fix is_selinux_enabled call
2004-09-09 08:03:28 +00:00
cvsdist
1daf1101a9 auto-import changelog data from logrotate-3.7-2.sel.src.rpm
Fri Sep 05 2003 Dan Walsh <dwalsh@redhat.com> 3.6.10-2.sel
- Turn on selinux
Wed Aug 06 2003 Erik Troan <ewt@redhat.com>
- always use compressext for the extension for compressed files; before
    compresscmd and compressext had to agree
- moved all compression to one code block
- compression, scripts don't use system() anymore
- compress and maillast didn't work together properly
- delaycompress and mailfirst didn't work properly
- don't use system() for mailing (or uncompressing) logs anymore
- use "-s" for speciying the subjected of mailed logs
2004-09-09 08:03:22 +00:00