[evolvis-commits] r7393: Made the cronjobs silent. ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:39:45 CET 2011


Author: mirabilos
Date: 2011-02-24 15:39:45 +0100 (Thu, 24 Feb 2011)
New Revision: 7393

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.cron.d
Log:
Made the cronjobs silent.


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.cron.d
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.cron.d	2011-02-24 14:39:44 UTC (rev 7392)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.cron.d	2011-02-24 14:39:45 UTC (rev 7393)
@@ -40,13 +40,13 @@
 0 * * * * sourceforge [ -x /usr/lib/sourceforge/bin/dns_conf.pl ] && /usr/lib/sourceforge/bin/dns_conf.pl && /etc/init.d/bind9 restart &>/dev/null
 
 # Mailing-list creation
-55 * * * * root [ -x /usr/lib/sourceforge/bin/create-mailing-lists.pl ] && /usr/lib/sourceforge/bin/create-mailing-lists.pl
+55 * * * * root [ -x /usr/lib/sourceforge/bin/create-mailing-lists.pl ] && /usr/lib/sourceforge/bin/create-mailing-lists.pl &> /dev/null
 
 # FTP update
-0 * * * * root [ -x /usr/lib/sourceforge/bin/install-ftp.sh ] && /usr/lib/sourceforge/bin/install-ftp.sh update
+0 * * * * root [ -x /usr/lib/sourceforge/bin/install-ftp.sh ] && /usr/lib/sourceforge/bin/install-ftp.sh update &> /dev/null
 
 # CVS tarballs
-5 2 * * * root [ -x /usr/lib/sourceforge/bin/tarballs.sh ] && /usr/lib/sourceforge/bin/tarballs.sh
+5 2 * * * root [ -x /usr/lib/sourceforge/bin/tarballs.sh ] && /usr/lib/sourceforge/bin/tarballs.sh &> /dev/null
 
 # CVS/user/group update
-0 * * * * root [ -x /usr/lib/sourceforge/bin/update-user-group-cvs.sh ] && /usr/lib/sourceforge/bin/update-user-group-cvs.sh
+0 * * * * root [ -x /usr/lib/sourceforge/bin/update-user-group-cvs.sh ] && /usr/lib/sourceforge/bin/update-user-group-cvs.sh &> /dev/null



More information about the evolvis-commits mailing list