[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RE:cron not working raq3



> Gerald, thanks again for your help.
> 
> if i do a dir list, output as follows; 
> 
> # ls /etc/rc.d/rc3.d/S40crond
> ls: /etc/rc.d/rc3.d/S40crond: No such file or directory
> # ls /etc/rc.d/init.d/crond
> /etc/rc.d/init.d/crond
> 
> Should there be some link in /etc/rc.d/rc3.d?
> 
Yes there should be a symlink to /etc/rc.d/init.d/crond
Actually there is one in all rc2-5.d
rc2.d/S40crond -> ../init.d/crond
rc3.d/S40crond -> ../init.d/crond
rc4.d/S40crond -> ../init.d/crond
rc5.d/S40crond -> ../init.d/crond

Gerald