svn commit: r342103 - stable/11/etc

Warner Losh imp at FreeBSD.org
Fri Dec 14 21:30:35 UTC 2018


Author: imp
Date: Fri Dec 14 21:30:34 2018
New Revision: 342103
URL: https://svnweb.freebsd.org/changeset/base/342103

Log:
  MFC: r334909 | imp
  
  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:
  stable/11/etc/crontab
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/etc/crontab
==============================================================================
--- stable/11/etc/crontab	Fri Dec 14 21:17:42 2018	(r342102)
+++ stable/11/etc/crontab	Fri Dec 14 21:30:34 2018	(r342103)
@@ -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