CHECK_ONE         245 lib/pengine/rules.c     CHECK_ONE(cron_spec, "years", y);
CHECK_ONE         246 lib/pengine/rules.c     CHECK_ONE(cron_spec, "months", m);
CHECK_ONE         247 lib/pengine/rules.c     CHECK_ONE(cron_spec, "monthdays", d);
CHECK_ONE         250 lib/pengine/rules.c     CHECK_ONE(cron_spec, "hours", h);
CHECK_ONE         251 lib/pengine/rules.c     CHECK_ONE(cron_spec, "minutes", m);
CHECK_ONE         252 lib/pengine/rules.c     CHECK_ONE(cron_spec, "seconds", s);
CHECK_ONE         255 lib/pengine/rules.c     CHECK_ONE(cron_spec, "yeardays", d);
CHECK_ONE         258 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekyears", y);
CHECK_ONE         259 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weeks", w);
CHECK_ONE         260 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekdays", d);
CHECK_ONE         262 lib/pengine/rules.c     CHECK_ONE(cron_spec, "moon", phase_of_the_moon(now));