The init script installed by the fcron package is not compatible with the bsd sed because it uses escape sequences in the substitution command. A possibile workaround is to replace the escape sequence '\s', used in the script, with '[[:space:]]'. This seems to work with both bsd-sed and gsed. Note: This solution was find by exg. Reproducible: Always
Created attachment 109656 [details, diff] /etc/init.d/fcron patch
Thanks, fixed in CVS *sigh*