From 1e9d36676fddad5cb81bd39415a7b9b4e16952b3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 10 Jun 2018 02:13:30 +0000 Subject: [PATCH] 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 --- etc/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/crontab b/etc/crontab index a3248dabeb52..994d4ae6af00 100644 --- a/etc/crontab +++ b/etc/crontab @@ -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 #