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:
parent
4072dcb3c7
commit
1e9d36676f
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user