[debsums] 28/184: Allow users to also filter out stderr if they want

Axel Beckert abe at deuxchevaux.org
Mon Mar 2 21:21:15 UTC 2015


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

abe pushed a commit to branch master
in repository debsums.

commit 533913534cd9ebe0a337f267c1f31af6644948ec
Author: Francois Marier <francois at debian.org>
Date:   Thu Sep 18 11:38:53 2008 +1200

    Allow users to also filter out stderr if they want
---
 debian/debsums.cron.daily | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/debsums.cron.daily b/debian/debsums.cron.daily
old mode 100644
new mode 100755
index a7162bc..cbc483e
--- a/debian/debsums.cron.daily
+++ b/debian/debsums.cron.daily
@@ -1,12 +1,8 @@
 #!/bin/sh -e
 
-
-
 debsums=/usr/bin/debsums
+ignorefile=/etc/debsums-ignore
 
 [ -x $debsums ] || exit 0
 
-
-
-
-$debsums -cs | egrep -v "`cat /etc/debsums-ignore`"
+$debsums -cs 2>&1 | egrep -v "`cat $ignorefile`"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list