diff options
Diffstat (limited to 'usr/src/cmd/cron/cron.h')
-rw-r--r-- | usr/src/cmd/cron/cron.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/cron/cron.h b/usr/src/cmd/cron/cron.h index b2e241f202..743fde1d24 100644 --- a/usr/src/cmd/cron/cron.h +++ b/usr/src/cmd/cron/cron.h @@ -76,6 +76,10 @@ struct message { char logname[LLEN]; }; +/* anything below here can be changed */ + +#define SYSCRONDIR "/etc/cron.d/crontabs" + /* * Errors from the crontab field parser. */ |