Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 21:30:34 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r342103 - stable/11/etc
Message-ID:  <201812142130.wBELUYlu014262@repo.freebsd.org>

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



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