Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2010 19:30:25 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r203624 - user/imp/tbemd
Message-ID:  <201002071930.o17JUP8M012864@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Feb  7 19:30:25 2010
New Revision: 203624
URL: http://svn.freebsd.org/changeset/base/203624

Log:
  Damn.  this one shouldn't have snuck in. It was a lame attempt to fix
  installworld.  The proper fix was sudo -E since now that's required in
  newer revs of sudo, otherwise my environment won't be passed down...

Modified:
  user/imp/tbemd/Makefile.inc1

Modified: user/imp/tbemd/Makefile.inc1
==============================================================================
--- user/imp/tbemd/Makefile.inc1	Sun Feb  7 19:04:12 2010	(r203623)
+++ user/imp/tbemd/Makefile.inc1	Sun Feb  7 19:30:25 2010	(r203624)
@@ -605,7 +605,7 @@ _zoneinfo=	zic tzsetup
 .endif
 
 ITOOLS=	[ awk cap_mkdb cat chflags chmod chown \
-	install date echo egrep find grep ${_install-info} \
+	date echo egrep find grep ${_install-info} \
 	ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
 	test true uname wc ${_zoneinfo}
 



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