[Gnucash-changes] r13441 - mail-search/nmz - Add a sample cron entry to rebuild the search indices.

Derek Atkins warlord at cvs.gnucash.org
Thu Mar 2 16:54:33 EST 2006


Author: warlord
Date: 2006-03-02 16:54:33 -0500 (Thu, 02 Mar 2006)
New Revision: 13441
Trac: http://svn.gnucash.org/trac/changeset/13441

Added:
   mail-search/nmz/nmz.cron
Modified:
   mail-search/nmz/build-indices.sh
Log:
Add a sample cron entry to rebuild the search indices.


Modified: mail-search/nmz/build-indices.sh
===================================================================
--- mail-search/nmz/build-indices.sh	2006-03-02 21:51:50 UTC (rev 13440)
+++ mail-search/nmz/build-indices.sh	2006-03-02 21:54:33 UTC (rev 13441)
@@ -4,7 +4,7 @@
 #
 # Written by:  Derek Atkins <derek at ihtfp.com>
 #
-# $Id$
+# $Id: $
 
 ######
 # Potential things you might want/need to change

Added: mail-search/nmz/nmz.cron
===================================================================
--- mail-search/nmz/nmz.cron	2006-03-02 21:51:50 UTC (rev 13440)
+++ mail-search/nmz/nmz.cron	2006-03-02 21:54:33 UTC (rev 13441)
@@ -0,0 +1,11 @@
+#
+# Crontab entry for nmz
+#
+# $Id: $
+#
+
+SHELL=/bin/sh
+MAILTO=root
+
+# Rebuild the indices every hour
+17 * * * * $HOME/nmz/build-indices.sh


Property changes on: mail-search/nmz/nmz.cron
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the gnucash-changes mailing list