On Sat, Jul 19, 2008 at 05:27:55PM -0400, [EMAIL PROTECTED] wrote:
For various reasons I moved /etc/cron.daily scripts to a new partition (/home) and make a soft link from original location to new location. It seems even anacron doesn't make my daily scripts run.
All of the /etc/cron.* scripts are run by the same script. Where it is depends a bit on your particular distribution, but if you can find the main crontab, it will probably only have a single entry in it that runs something like /usr/lib/cron/run-crons or some path like that. I didn't see anything obvious in the script that would be checking for permissions, but you might look through the script that you have. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
