anacron broken after upgrade from 13 to 14

Alan J. Gagne alanjgagne at gmail.com
Sun Nov 14 16:24:33 UTC 2010


> 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 :-).
Ya,

     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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20101114/f44e97bb/attachment.html 


More information about the users mailing list