Ya,After seeing this bug, I checked on my cron jobs and found they were not working either. After a bit of investigation I found the crontabs problem: https://bugzilla.redhat.com/show_bug.cgi?id=653132 Work around: Find any crontab that is using run-parts and make sure you add a trailing / to the directory name passed as an argument. (I think :-). I found this from the diffs of the old run-parts and new. I added the slash and am waiting to see if things work. OLD: < for i in $(LC_ALL=C; echo $1/*[^~,]) ; do --- NEW: > for i in $(LC_ALL=C; echo $1*[^~,]) ; do Thanks Alan |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines