[MKDoc-commit] Troubleshooter output is boring when you get an email every 20 minutes

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Fri Nov 26 14:47:06 GMT 2004


Log Message:
-----------
Troubleshooter output is boring when you get an email every 20 minutes

Modified Files:
--------------
    mkd/tools:
        install-details-gt.pl

-------------- next part --------------
Index: install-details-gt.pl
===================================================================
RCS file: /var/spool/cvs/mkd/tools/install-details-gt.pl,v
retrieving revision 1.33
retrieving revision 1.34
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.33 -r1.34
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -457,7 +457,7 @@
         require GPanel::Crontab;
         my $c = GPanel::Crontab->new(user => $user_name);
         $c->add_raw->value("0 * * * * source $MKDOC_DIR/mksetenv.sh && 010..indexer.pl 5400");
-        $c->add_raw->value("0,20,40 * * * * source $MKDOC_DIR/mksetenv.sh && 030..rss_troubleshooter.pl 36");
+        $c->add_raw->value("0,20,40 * * * * source $MKDOC_DIR/mksetenv.sh && 030..rss_troubleshooter.pl 36 >/dev/null");
         $c->add_raw->value("0 11 * * * source $MKDOC_DIR/mksetenv.sh && 031..rss_routine.pl");
         $c->write;
     }


More information about the MKDoc-commit mailing list