Joe's Own Editor and crontab
Posted by: greenman
Posted on: 2009-01-12 15:50:00
Is there a way to force crontab to use nano?
I'm familiar with nano for editing crontab.
So when I started a new account on box 'galactus' I as surprised to find that the editor for crontab is 'Joe's Own Editor v.3.5.
It's not that I'm against change. Maybe if I got used to it, I'd be happy using it. Right now, I just need to get the job done, and Joe ain't helping.
Top that off with a script that asks you if you want to use a preferred email address to receive emails for each cron job. It says you can leave it blank, but you really can't. You're stuck in a loop until you put in something. Ugh.
[galactus]$ crontab -e
It looks like you don't have a MAILTO line in your crontab file
For performance reasons we ask that you specify an address where
cronjob output will be delivered. If you do not wish to receive
cronjob output, simply press enter and cronjob output will not be
mailed to you.
For more information regarding this, please visit:
http://wiki.dreamhost.com/Crontab#MAILTO_variable_requirement
Where would you like cronjob output delivered? (leave blank to disable)
:
cronjob output will not be emailed to you
confirm? (y/N): N
Where would you like cronjob output delivered? (leave blank to disable)
:
I know I can edit it in the panel, but a lot of times, I want to tweak it in a way the panel isn't set up to do.
If I have to use Joe's Editor, please point me to a step-by-step recipe for making crontab work with it.