Debianにおいては、「crontab -e」でのエディタ選択は、
# update-alternatives --config editor
としておけば選択できた。しかし、Debian 8.x(jessie)からはupdate-alternativesでは設定できず、select-editorコマンドを使う必要がある。
Debianにおいては、「crontab -e」でのエディタ選択は、
# update-alternatives --config editor
としておけば選択できた。しかし、Debian 8.x(jessie)からはupdate-alternativesでは設定できず、select-editorコマンドを使う必要がある。