On Sat, Aug 04, 2007 at 04:17:10PM +0200, Filippo Giunchedi wrote: > reported below: > REMOVE CRON.D [] ['/tmp/crontest/iog: line 1: /usr/sbin/iog: No such file or > directory\n'] > AUTOREMOVE CRON.D [] ['/tmp/crontest/iog: line 1: /usr/sbin/iog: No such file > or directory\n'] > > you should check that /usr/sbin/iog is there and executable
Hi, I've uploaded the package to delayed/7-days, NMU patch attached. filippo -- Filippo Giunchedi - http://esaurito.net PGP key: 0x6B79D401 random quote follows: Frustra fit per plura, quod fieri potest per pauciora. It is vain to do with more what can be done with less. -- W. of Ockham
diff -u iog-1.03/debian/changelog iog-1.03/debian/changelog --- iog-1.03/debian/changelog +++ iog-1.03/debian/changelog @@ -1,3 +1,11 @@ +iog (1.03-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix crontest failure /usr/sbin/iog: No such file or directory + (Closes: #435995) + + -- Filippo Giunchedi <[EMAIL PROTECTED]> Thu, 01 May 2008 16:53:03 +0200 + iog (1.03-3) unstable; urgency=low * Change to Priority: extra - Depends on libsnmp-session-perl which is diff -u iog-1.03/debian/cron.d iog-1.03/debian/cron.d --- iog-1.03/debian/cron.d +++ iog-1.03/debian/cron.d @@ -4 +4 @@ -0 * * * * www-data /usr/sbin/iog +0 * * * * www-data [ -x /usr/sbin/iog ] && /usr/sbin/iog