svn commit: r334909 - head/etc

Warner Losh imp at FreeBSD.org
Sun Jun 10 02:13:31 UTC 2018


Author: imp
Date: Sun Jun 10 02:13:30 2018
New Revision: 334909
URL: https://svnweb.freebsd.org/changeset/base/334909

Log:
  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

Modified:
  head/etc/crontab

Modified: head/etc/crontab
==============================================================================
--- head/etc/crontab	Sun Jun 10 01:41:07 2018	(r334908)
+++ head/etc/crontab	Sun Jun 10 02:13:30 2018	(r334909)
@@ -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
 #


More information about the svn-src-all mailing list