cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / nechung_fortune.crontab
index e081257f3ba0796d5d967cbd19dd9be5886e11b0..9ea138d64f3e8a5aa522a5a8af289532de90915f 100644 (file)
@@ -1,4 +1,11 @@
 
-#[nechung fortune]
-* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>>/tmp/${USER}-cron-nechung_fortune.log
+##############
+
+#[nechung_fortune]
+# runs every minute and recreates a fortune for thunderbird signature.
+# a lot of the detail below is to get the feisty meow environment loaded for
+# the new_sig command.
+* * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; perl $FEISTY_MEOW_SCRIPTS/text/new_sig.pl) &>>/tmp/${CRONUSER}-cron-nechung_fortune.log
+
+##############