[Amavisd-new-commits] [pkg-amavisd-new] 03/03: Fix redirect stderr to null

Brian May bam at moszumanska.debian.org
Sat May 14 07:57:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository pkg-amavisd-new.

commit 319a10f22eaeda39971d5eb3f412eba54e8df234
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Sat May 14 17:57:20 2016 +1000

    Fix redirect stderr to null
---
 debian/amavisd-new-cronjob | 4 ++--
 debian/changelog           | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/amavisd-new-cronjob b/debian/amavisd-new-cronjob
index 5fbec47..11cb430 100755
--- a/debian/amavisd-new-cronjob
+++ b/debian/amavisd-new-cronjob
@@ -29,10 +29,10 @@ fi
 
 case $1 in
 	sa-sync)
-		/usr/bin/sa-learn --sync 2>&1 >/dev/null
+		/usr/bin/sa-learn --sync >/dev/null 2>&1
 		;;
 	sa-clean)
-		/usr/bin/sa-learn --sync --force-expire 2>&1 >/dev/null
+		/usr/bin/sa-learn --sync --force-expire >/dev/null 2>&1
 		;;
 	*)
 		echo "$0: unknown cron routine $1" >&2
diff --git a/debian/changelog b/debian/changelog
index 3441903..dabcd58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-amavisd-new (1:2.10.1-3) UNRELEASED; urgency=medium
+amavisd-new (1:2.10.1-4) UNRELEASED; urgency=medium
 
   * Fix typo in recommends.
   * Fix typo in README.Debian.
   * Use https for Vcs-GIT header.
+  * Fix redirect to null. Closes: #824056.
 
- -- Brian May <bam at debian.org>  Sat, 14 May 2016 17:47:29 +1000
+ -- Brian May <bam at debian.org>  Sat, 14 May 2016 17:56:44 +1000
 
 amavisd-new (1:2.10.1-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/amavisd-new/pkg-amavisd-new.git



More information about the Amavisd-new-commits mailing list