packages: logrotate/logrotate-cron.patch, logrotate/logrotate.spec - rel 3 ...
baggins
baggins at pld-linux.org
Sun Feb 19 11:19:57 CET 2012
Author: baggins Date: Sun Feb 19 10:19:57 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 3
- do not redirect logrotate errors to /dev/null
---- Files affected:
packages/logrotate:
logrotate-cron.patch (1.4 -> 1.5) , logrotate.spec (1.103 -> 1.104)
---- Diffs:
================================================================
Index: packages/logrotate/logrotate-cron.patch
diff -u packages/logrotate/logrotate-cron.patch:1.4 packages/logrotate/logrotate-cron.patch:1.5
--- packages/logrotate/logrotate-cron.patch:1.4 Sun Sep 4 22:03:21 2011
+++ packages/logrotate/logrotate-cron.patch Sun Feb 19 11:19:52 2012
@@ -11,7 +11,7 @@
+ . /etc/sysconfig/logrotate
+fi
+
-+/usr/sbin/logrotate $ARG /etc/logrotate.conf >/dev/null 2>&1
++/usr/sbin/logrotate $ARG /etc/logrotate.conf
EXITVALUE=$?
if [ $EXITVALUE != 0 ]; then
- /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
================================================================
Index: packages/logrotate/logrotate.spec
diff -u packages/logrotate/logrotate.spec:1.103 packages/logrotate/logrotate.spec:1.104
--- packages/logrotate/logrotate.spec:1.103 Sun Feb 5 10:52:48 2012
+++ packages/logrotate/logrotate.spec Sun Feb 19 11:19:52 2012
@@ -20,7 +20,7 @@
Summary(uk.UTF-8): Ротує, компресує, видаляє та відправляє поштою лог-файли
Name: logrotate
Version: 3.8.1
-Release: 2
+Release: 3
License: GPL v2
Group: Applications/System
Source0: https://fedorahosted.org/releases/l/o/logrotate/%{name}-%{version}.tar.gz
@@ -167,6 +167,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.104 2012/02/19 10:19:52 baggins
+- rel 3
+- do not redirect logrotate errors to /dev/null
+
Revision 1.103 2012/02/05 09:52:48 baggins
- rel 2
- require filesystem with accessible /var/log/archive
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/logrotate/logrotate-cron.patch?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/logrotate/logrotate.spec?r1=1.103&r2=1.104&f=u
More information about the pld-cvs-commit
mailing list