[debsums] 24/184: Fixed cron.daily file, so it is installed the Right Way

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 298f9093724febae014b5ba482636dd67379bf1f
Author: Mike Forbes <mike at nothing.net.nz>
Date:   Wed Jul 9 16:11:13 2008 +1200

    Fixed cron.daily file, so it is installed the Right Way
---
 debian/changelog          | 4 ++--
 debian/debsums.cron.daily | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc45eaa..ebce233 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,8 @@ debsums (2.0.37) unstable; urgency=low
 
   * Added cronjob to run debsums by default (closes: #88951)
   * Added ignore file suggested in #88951
-  
- -- Mike Forbes <mike at nothing.net.nz>  Wed, 09 Jul 2008 15:21:13 +1200
+
+ -- Mike Forbes <mike at nothing.net.nz>  Wed, 09 Jul 2008 16:10:55 +1200
 
 debsums (2.0.36) unstable; urgency=low
 
diff --git a/debian/debsums.cron.daily b/debian/debsums.cron.daily
index 227a4ea..35a0ac3 100644
--- a/debian/debsums.cron.daily
+++ b/debian/debsums.cron.daily
@@ -1 +1,7 @@
-  0 5 * * 1-5   root    /usr/bin/debsums -cs | egrep -v "`cat /etc/debsums-ignore`"
+#!/bin/sh -e
+
+[ -x $tripwire ] || exit 0
+
+DEBSUMS=/usr/bin/debsums
+
+$debsums -cs | egrep -v "`cat /etc/debsums-ignore`"

-- 
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