crond,crontab: make cron directory location configurable
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
|
||||
#include "libbb.h"
|
||||
|
||||
#ifndef CRONTABS
|
||||
#define CRONTABS "/var/spool/cron/crontabs"
|
||||
#endif
|
||||
#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
|
||||
#ifndef CRONUPDATE
|
||||
#define CRONUPDATE "cron.update"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user