Set the $PATH in /etc/crontab like it is set by the cron(8)

daemon, for consistency.

Submitted by: Ben RUBSON
Pull Request: https://github.com/freebsd/freebsd/pull/155
This commit is contained in:
Warner Losh 2018-06-10 02:13:30 +00:00
parent 4072dcb3c7
commit 1e9d36676f

View File

@ -3,7 +3,7 @@
# $FreeBSD$
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
#
#minute hour mday month wday who command
#