summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cron/cron.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/cron/cron.h')
-rw-r--r--usr/src/cmd/cron/cron.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/cron/cron.h b/usr/src/cmd/cron/cron.h
index a76016299c..93e21e7b41 100644
--- a/usr/src/cmd/cron/cron.h
+++ b/usr/src/cmd/cron/cron.h
@@ -71,6 +71,9 @@ struct message {
char logname[LLEN];
};
+/* anything below here can be changed */
+
+#define SYSCRONDIR "/etc/cron.d/crontabs"
#define CRONDIR "/var/spool/cron/crontabs"
#define ATDIR "/var/spool/cron/atjobs"
#define ACCTFILE "/var/cron/log"