Package: cvs-autoreleasedeb
Version: 0.12-1

Attached patch number 6:
 The order of redirection operators in the cron file was wrong.

-- 
Oron Peled                                 Voice: +972-4-8228492
o...@actcom.co.il                  http://users.actcom.co.il/~oron
"Normal people ... believe that if it ain't broke, don't fix it.
Engineers believe that if it ain't broke, it doesn't have enough
features ... yet." -- Scott Adams
Index: trunk/svn-autoreleasedeb.cron
===================================================================
--- trunk/svn-autoreleasedeb.cron	(revision 302)
+++ trunk/svn-autoreleasedeb.cron	(revision 303)
@@ -1,3 +1,3 @@
 # Cron file for svn-autoreleasedeb
 
-*/5 * * * * svn-autoreleasedeb sh /etc/default/svn-autoreleasedeb && /usr/bin/svn-autoreleasedeb 2>&1 >> /var/log/svn-autoreleasedeb/run.log
+*/5 * * * * svn-autoreleasedeb sh /etc/default/svn-autoreleasedeb && /usr/bin/svn-autoreleasedeb >> /var/log/svn-autoreleasedeb/run.log 2>&1

Reply via email to