CHECK_ONE         250 lib/pengine/rules.c     CHECK_ONE(cron_spec, "years", y);
CHECK_ONE         251 lib/pengine/rules.c     CHECK_ONE(cron_spec, "months", m);
CHECK_ONE         252 lib/pengine/rules.c     CHECK_ONE(cron_spec, "monthdays", d);
CHECK_ONE         255 lib/pengine/rules.c     CHECK_ONE(cron_spec, "hours", h);
CHECK_ONE         256 lib/pengine/rules.c     CHECK_ONE(cron_spec, "minutes", m);
CHECK_ONE         257 lib/pengine/rules.c     CHECK_ONE(cron_spec, "seconds", s);
CHECK_ONE         260 lib/pengine/rules.c     CHECK_ONE(cron_spec, "yeardays", d);
CHECK_ONE         263 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekyears", y);
CHECK_ONE         264 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weeks", w);
CHECK_ONE         265 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekdays", d);
CHECK_ONE         267 lib/pengine/rules.c     CHECK_ONE(cron_spec, "moon", phase_of_the_moon(now));