persistent_add MLMMJ_CRON
if spell_ok fcron ; then
  MLMMJ_CRON=fcron
elif spell_ok hc-cron ; then
  MLMMJ_CRON=hc-cron
elif spell_ok mcron ; then
  MLMMJ_CRON=mcron
elif spell_ok vixie-cron ; then
  MLMMJ_CRON=vixie-cron
fi
config_query_list MLMMJ_CRON "Which cron spell would you like?" fcron hc-cron mcron vixie-cron

