]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- rel 3 auto/th/logrotate-3_8_1-3 auto/ti/logrotate-3_8_1-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 19 Feb 2012 10:19:52 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not redirect logrotate errors to /dev/null

Changed files:
    logrotate-cron.patch -> 1.5
    logrotate.spec -> 1.104

logrotate-cron.patch
logrotate.spec

index 31fdc57f10cc62b8ccdd3f9040d36fb71f51a0b3..9c98454d35b2f1c9b66e904a2df3183146df274a 100644 (file)
@@ -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 afda4c562c98df61bc8e18dd98510f26695befc8..981979e57ddced9b527cedba1811218e73aa9a02 100644 (file)
@@ -19,7 +19,7 @@ Summary(tr.UTF-8):    Sistem günlüklerini yönlendirir, sıkıştırır ve mektup
 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
This page took 0.035963 seconds and 4 git commands to generate.