[MKDoc-commit] [1.6 gt] dev/null output of indexer

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Dec 1 16:02:23 GMT 2004


Log Message:
-----------
[1.6 gt] dev/null output of indexer

Tags:
----
mkdoc-1-6

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.21.2.13
retrieving revision 1.21.2.14
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.21.2.13 -r1.21.2.14
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -456,7 +456,7 @@
         # need to populate the crontab with search indexer and rss fetcher
         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 * * * * source $MKDOC_DIR/mksetenv.sh && 010..indexer.pl 5400 >/dev/null");
         $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