aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron/crontab
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-02-05 04:35:54 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-02-05 04:35:54 +0000
commit7466dbd684879cbe8d034f388f0c7da703e00c31 (patch)
tree35be412697b7935424de07345757baef953c8ab6 /usr.sbin/cron/crontab
parent736a5a6d1dbbdae68eb102c2ba9c114aafd61821 (diff)
Notes
Diffstat (limited to 'usr.sbin/cron/crontab')
-rw-r--r--usr.sbin/cron/crontab/crontab.512
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5
index 9943adfaf356..adc2b2b5ae95 100644
--- a/usr.sbin/cron/crontab/crontab.5
+++ b/usr.sbin/cron/crontab/crontab.5
@@ -17,7 +17,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 24, 2019
+.Dd January 19, 2020
.Dt CRONTAB 5
.Os
.Sh NAME
@@ -82,10 +82,18 @@ and
are set from the
.Pa /etc/passwd
line of the crontab's owner.
+In addition, the environment variables of the
+user's login class, with the exception of
+.Ev PATH ,
+will be set from
+.Pa /etc/login.conf.db
+and
+.Pa ~/.login_conf .
.Ev HOME ,
.Ev PATH
and
-.Ev SHELL
+.Ev SHELL ,
+and any variables set from the login class,
may be overridden by settings in the crontab;
.Ev LOGNAME
may not.