Commit Graph

110 Commits

Author SHA1 Message Date
Jan Kaluza
5d6d8a191b Index: /trunk/examples/logrotate.cron
===================================================================
--- a/examples/logrotate.cron (revision 268)
+++ b/examples/logrotate.cron (revision 334)
@@ -1,5 +1,5 @@
 #!/bin/sh

-/usr/sbin/logrotate /etc/logrotate.conf >/dev/null 2>&1
+/usr/sbin/logrotate /etc/logrotate.conf
 EXITVALUE=$?
 if [ $EXITVALUE != 0 ]; then
2011-07-20 13:03:56 +02:00
Jan Kaluza
ae578d8228 new upstream version 3.8.0
removed unused patches
2011-06-21 10:38:42 +02:00
Jan Kaluza
c9620107cb fix #709034 - work properly when ACLs are not supported 2011-05-31 07:12:34 +02:00
Jan Kaluza
29f6dc636e fix #709034 - work properly when ACLs are not supported 2011-05-31 07:12:11 +02:00
Jan Kaluza
84316e3686 Added missing patch 2011-05-30 15:57:17 +02:00
Jan Kaluza
8b7a98e00b fix #708367 - fixed mail directive parsing 2011-05-30 15:52:24 +02:00
Jan Kaluza
a4149942bb - fix #689061 - added Url 2011-03-28 12:19:13 +02:00
Jan Kaluza
849f471971 - fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098 2011-03-21 13:42:59 +01:00
Jan Kaluza
41b11b90b8 - fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098 2011-03-21 13:42:31 +01:00
Dennis Gilmore
bfceeb2242 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 07:35:52 -06:00
Jan Kaluza
870b1ae9da - fix #671926 - fixed crash when tabooext is used in config file 2011-02-02 11:10:13 +01:00
Jan Kaluza
3ad5b60452 - fix #661181 - fixed SIGBUS when config file is empty or 4096 bytes
- fix #666677 - preserve ACLs when rotating files
2011-01-05 11:47:45 +01:00
Jan Kaluza
84407423c2 - fix #644309 - mention all logrotate params in man page 2010-10-21 13:40:23 +02:00
Jan Kaluza
611b3dc848 - fix #644309 - mention all logrotate params in man page 2010-10-19 14:15:01 +02:00
Jan Kaluza
b7f692446c - fix #638629 - better size directive description 2010-09-29 16:54:49 +02:00
Jan Kaluza
72f3d8780f * Mon Aug 09 2010 Jan Kaluza <jkaluza@redhat.com> 3.7.9-2
- fixed AUTHORS in man page
2010-08-09 14:53:27 +02:00
Fedora Release Engineering
cab869aa7f dist-git conversion 2010-07-29 02:32:04 +00:00
Jan Kaluža
4f28f0f253 *** empty log message *** 2010-06-28 11:02:08 +00:00
Jan Kaluža
ea89d9100d Resolves:#602643,#606675 - pass currently rotated file as argument to
prerotate/postrotate script.
2010-06-22 08:46:22 +00:00
Jan Kaluža
3460fbd660 Resolves:#603040 - do not remove log if there is an error in rotate process 2010-06-15 14:06:54 +00:00
Jan Kaluža
9fabecb9f0 Fix #602643 - logrotate "size" directive cannot exceed 1895825408 bytes. 2010-06-10 12:05:12 +00:00
Daniel Novotny
66e5c663df revert the "create 0640 root adm" permission change 2010-04-20 13:41:26 +00:00
Daniel Novotny
77feb3e131 fix #578115 - missingok problem with globs 2010-04-06 10:01:15 +00:00
Daniel Novotny
5bfc02ae0f - fix #489038 - RFE: useful permissions on log files 2010-01-11 12:54:32 +00:00
Daniel Novotny
9d4885c274 fix #545919 2009-12-17 14:26:55 +00:00
Bill Nottingham
859225c9f8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:51:34 +00:00
Daniel Novotny
264f8f79de fix #525659 2009-09-29 13:34:11 +00:00
Daniel Novotny
d710891f97 fix #517321 2009-09-17 09:37:46 +00:00
Jesse Keating
ec0eeb05ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 11:15:06 +00:00
Jesse Keating
d9892cfd92 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 20:53:35 +00:00
Daniel Novotny
da1174946a new upstream version 2009-02-02 13:27:22 +00:00
Daniel Novotny
2a9a4322c8 fix #468926 2008-11-21 12:06:33 +00:00
Daniel Novotny
d7ad98efc1 . 2008-11-20 14:39:06 +00:00
Daniel Novotny
3e3b27eb33 fix #471463 2008-11-20 13:55:53 +00:00
Tomas Smetana
651cd213b6 - new upstream version 2008-05-19 10:30:05 +00:00
Tomas Smetana
dc41421b56 fix #437748 - don't forget to close log files 2008-04-23 12:51:14 +00:00
Tomas Smetana
9cc9e6b7bd - improve patch for #432330 2008-04-23 12:45:56 +00:00
Tomas Smetana
4ff29482eb - fix #432330 segfault on corrupted status file 2008-02-11 10:41:13 +00:00
Tomas Smetana
5b32d9402d - fix #429454 - logrotate fails due to invalid pointer 2008-01-21 13:25:25 +00:00
Tomas Smetana
fcfb46ffad - fix the selinux patch 2008-01-09 09:41:16 +00:00
Tomas Smetana
7b2ce26494 - fix #427274 - logrotate fails to preserve SELinux file contexts
- fix #427661 - SELinux stops vsftpd from working correctly
2008-01-09 09:00:21 +00:00
Bill Nottingham
d199585128 makefile update to properly grab makefile.common 2007-10-15 19:06:47 +00:00
Tomas Smetana
13e28a860c - popt-devel dependency was still missing 2007-09-27 06:54:13 +00:00
Tomas Smetana
55c281b4b1 - add missing dependencies to spec file 2007-09-27 06:26:01 +00:00
Tomas Smetana
6d40892198 - rebuild 2007-08-23 06:20:23 +00:00
Tomas Smetana
09013345a1 - new upstream version
- fix #248565 logrotate never rotates /var/log/btmp
- fix compile warnings
- tabooext accepts wildcards (related #247816)
- fix minor errors and update man page (related #250059)
- fix handling of size directive (related #247410)
2007-08-07 11:35:18 +00:00
Tomas Smetana
fb9fe1eb21 Related: #241766 2007-05-31 10:20:33 +00:00
Tomas Smetana
c06a6ee6c9 Resolves: #240292, #239934 #223476 2007-05-23 12:05:19 +00:00
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