Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 02:13:30 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334909 - head/etc
Message-ID:  <201806100213.w5A2DU45078263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806100213.w5A2DU45078263>