Patch from Lars Kellogg-Stedman:
Busybox vi is installed in /bin/vi, but crontab was looking for /usr/bin/vi. This patch makes crontab look for /bin/vi instead.
This commit is contained in:
parent
96916b7f41
commit
9edcabdc34
@ -37,7 +37,7 @@
|
|||||||
#define CRONUPDATE "cron.update"
|
#define CRONUPDATE "cron.update"
|
||||||
#endif
|
#endif
|
||||||
#ifndef PATH_VI
|
#ifndef PATH_VI
|
||||||
#define PATH_VI "/usr/bin/vi" /* location of vi */
|
#define PATH_VI "/bin/vi" /* location of vi */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "busybox.h"
|
#include "busybox.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user