Package: debtags
Version: 1.7.3+b1
Severity: normal
Tags: patch

When debtags is removed but not purged, the cron.daily entry remains.
If produces errors because it doesn't check if it can actually run
debtags.

This is easily fixed:

--- debtags.cron.daily.orig     2007-12-19 13:07:08.000000000 +0100
+++ debtags.cron.daily  2007-12-19 13:12:19.000000000 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
  
 # Update the data and index files of Debtags
-debtags update
+test ! -x /usr/bin/debtags || debtags update

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html

Attachment: signature.asc
Description: Digital signature

Reply via email to