CHECK_ONE         281 lib/pengine/rules.c     CHECK_ONE(cron_spec, "years", y);
CHECK_ONE         282 lib/pengine/rules.c     CHECK_ONE(cron_spec, "months", m);
CHECK_ONE         283 lib/pengine/rules.c     CHECK_ONE(cron_spec, "monthdays", d);
CHECK_ONE         286 lib/pengine/rules.c     CHECK_ONE(cron_spec, "hours", h);
CHECK_ONE         287 lib/pengine/rules.c     CHECK_ONE(cron_spec, "minutes", m);
CHECK_ONE         288 lib/pengine/rules.c     CHECK_ONE(cron_spec, "seconds", s);
CHECK_ONE         291 lib/pengine/rules.c     CHECK_ONE(cron_spec, "yeardays", d);
CHECK_ONE         294 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekyears", y);
CHECK_ONE         295 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weeks", w);
CHECK_ONE         296 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekdays", d);
CHECK_ONE         298 lib/pengine/rules.c     CHECK_ONE(cron_spec, "moon", phase_of_the_moon(now));