crond,crontab: make cron directory location configurable

This commit is contained in:
Denis Vlasenko
2009-02-03 23:59:41 +00:00
parent d814c98692
commit ded5dfef6e
3 changed files with 10 additions and 9 deletions

View File

@@ -23,12 +23,8 @@
#endif
#ifndef CRONTABS
#define CRONTABS "/var/spool/cron/crontabs"
#endif
#ifndef TMPDIR
#define TMPDIR "/var/spool/cron"
#endif
#define TMPDIR CONFIG_FEATURE_CROND_DIR
#define CRONTABS CONFIG_FEATURE_CROND_DIR "/crontabs"
#ifndef SENDMAIL
#define SENDMAIL "sendmail"
#endif