Description of problem: Not a problem, just a question. Why is crond logging it's name in all caps now, as in? Oct 14 03:35:01 machine /USR/SBIN/CROND[28894]: (use) CMD (cmd) It's not like I have a case insensitive file system, and there isn't a /USR/SBIN/CROND file in my system anyway. Version-Release number of selected component (if applicable): cronie-1.4.8-11.fc17.x86_64 How reproducible: Always Steps to Reproduce: 1. schedule a command via cron, don't log to syslog 2. look at /var/log/cron Actual results: A line like above listing /USR/BIN/CROND Expected results: A line like above listing /usr/bin/crond Additional info: Looks bad. Like cron is shouting at me.
CROND was always in uppercase to mark it's a parent and childern were lowercase. The change is that whole path is printed out. The bug is fixed by one of upstream commits, I must release new version soon.
The whole path will be fixed (#872747), but I don't see uppercase as a bug. It was always like that.