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 e071209673..0620572f8c 100644 --- a/usr/src/cmd/cron/cron.h +++ b/usr/src/cmd/cron/cron.h @@ -75,6 +75,10 @@ struct message { char logname[LLEN]; }; +/* anything below here can be changed */ + +#define SYSCRONDIR "/etc/cron.d/crontabs" + /* * Errors from the crontab field parser. */ |