Package: htdig
Version: 1:3.2.0b6-3

i'd rather not get this message every day from cron:

/etc/cron.daily/htdig:
/etc/cron.daily/htdig: line 22:  1723 Terminated              lockfile-touch 
/var/run/htdig.cron

the patch below should quiet things.

-dean

--- etc/cron.daily/htdig.dpkg-orig      2006-10-01 09:40:22.000000000 -0700
+++ etc/cron.daily/htdig        2007-01-15 00:29:51.000000000 -0800
@@ -18,5 +18,5 @@
        fi
 fi
 
-kill "${BADGER}"
+kill "${BADGER}" >/dev/null 2>&1
 lockfile-remove /var/run/htdig.cron


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to