CHECK_ONE         244 lib/pengine/rules.c     CHECK_ONE(cron_spec, "years", y);
CHECK_ONE         245 lib/pengine/rules.c     CHECK_ONE(cron_spec, "months", m);
CHECK_ONE         246 lib/pengine/rules.c     CHECK_ONE(cron_spec, "monthdays", d);
CHECK_ONE         249 lib/pengine/rules.c     CHECK_ONE(cron_spec, "hours", h);
CHECK_ONE         250 lib/pengine/rules.c     CHECK_ONE(cron_spec, "minutes", m);
CHECK_ONE         251 lib/pengine/rules.c     CHECK_ONE(cron_spec, "seconds", s);
CHECK_ONE         254 lib/pengine/rules.c     CHECK_ONE(cron_spec, "yeardays", d);
CHECK_ONE         257 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekyears", y);
CHECK_ONE         258 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weeks", w);
CHECK_ONE         259 lib/pengine/rules.c     CHECK_ONE(cron_spec, "weekdays", d);
CHECK_ONE         261 lib/pengine/rules.c     CHECK_ONE(cron_spec, "moon", phase_of_the_moon(now));