Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 06:37:19 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194170 - head/etc
Message-ID:  <200906140637.n5E6bJkN038173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brian
Date: Sun Jun 14 06:37:19 2009
New Revision: 194170
URL: http://svn.freebsd.org/changeset/base/194170

Log:
  Remove HOME= - this has surprised me several times in the past.
  
  PR:		132135
  Submitted by:	Craig Leres
  MFC after:	3 weeks

Modified:
  head/etc/crontab

Modified: head/etc/crontab
==============================================================================
--- head/etc/crontab	Sun Jun 14 06:36:50 2009	(r194169)
+++ head/etc/crontab	Sun Jun 14 06:37:19 2009	(r194170)
@@ -4,7 +4,6 @@
 #
 SHELL=/bin/sh
 PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
-HOME=/var/log
 #
 #minute	hour	mday	month	wday	who	command
 #



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