On Thu, 30 Jun 2005, Debian Bug Tracking System wrote:
Correction: Please read the patch:
--- otrs_fetchmail.orig 2005-04-05 23:06:53.000000000 +0200
+++ otrs_fetchmail 2005-06-30 10:28:40.265018760 +0200
@@ -6,5 +6,5 @@
# This software comes with ABSOLUTELY NO WARRANTY.
# --
# fetch every 5 minutes emails via fetchmail
-#*/5 * * * * otrs /usr/bin/fetchmail --fetchmailrc /etc/otrs/fetchmailrc -a >> /dev/null
+#*/5 * * * * otrs if [ -x /usr/bin/fetchmail ] ; then /usr/bin/fetchmail --fetchmailrc /etc/otrs/fetchmailrc -a >> /dev/null ; fi
It was just missing an "if" ...
Sorry for the noise
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]