svn commit: r203624 - user/imp/tbemd

Warner Losh imp at FreeBSD.org
Sun Feb 7 19:30:25 UTC 2010


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}
 


More information about the svn-src-user mailing list