]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- unified indentation auto/ac/logrotate-3_7_6-2 auto/th/logrotate-3_7_6-2 auto/ti/logrotate-3_7_6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Jan 2008 06:08:20 +0000 (06:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logrotate-cron.patch -> 1.2

logrotate-cron.patch

index 6d4f8629e506576c98f386e222c724009c56cf44..17a819d94fdb89538275045e73ffed9f718691cb 100644 (file)
@@ -16,8 +16,8 @@ diff -uNr logrotate-3.7.6.orig/examples/logrotate.cron logrotate-3.7.6/examples/
  EXITVALUE=$?
  if [ $EXITVALUE != 0 ]; then
      /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"
-+      if [ "${MAILTO}" != "" ]; then
-+              echo "ALERT exited abnormally with [$EXITVALUE]" |  mail -s "logrotate exited abnormally" ${MAILTO}
-+      fi
++    if [ "${MAILTO}" != "" ]; then
++      echo "ALERT exited abnormally with [$EXITVALUE]" |  mail -s "logrotate exited abnormally" ${MAILTO}
++    fi
  fi
  exit 0
This page took 0.043964 seconds and 4 git commands to generate.