From owner-svn-src-all@FreeBSD.ORG Mon May 19 04:40:03 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73679B98; Mon, 19 May 2014 04:40:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 618752D4B; Mon, 19 May 2014 04:40:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4J4e3hZ096029; Mon, 19 May 2014 04:40:03 GMT (envelope-from jmg@svn.freebsd.org) Received: (from jmg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4J4e3I2096028; Mon, 19 May 2014 04:40:03 GMT (envelope-from jmg@svn.freebsd.org) Message-Id: <201405190440.s4J4e3I2096028@svn.freebsd.org> From: John-Mark Gurney Date: Mon, 19 May 2014 04:40:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266425 - head/tools/tools/makeroot X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 04:40:03 -0000 Author: jmg Date: Mon May 19 04:40:02 2014 New Revision: 266425 URL: http://svnweb.freebsd.org/changeset/base/266425 Log: remove trailing white space... fix spelling of unnecessary... Modified: head/tools/tools/makeroot/makeroot.sh Modified: head/tools/tools/makeroot/makeroot.sh ============================================================================== --- head/tools/tools/makeroot/makeroot.sh Mon May 19 03:50:07 2014 (r266424) +++ head/tools/tools/makeroot/makeroot.sh Mon May 19 04:40:02 2014 (r266425) @@ -160,7 +160,7 @@ if [ -n "${FILELIST}" ]; then while [ -n "${path}" ]; do echo ".${path}" path="${path%/*}" - done + done done) | sort -u ${BSDROOT}/METALOG - | \ awk ' !/ type=/ { file = $1 } @@ -199,7 +199,7 @@ done # /etc/rcorder.start allows the startup order to be stable even if # not all startup scripts are installed. In theory it should be -# unnecessicary, but dependencies in rc.d appear to be under recorded. +# unnecessary, but dependencies in rc.d appear to be under recorded. # This is a hack local to beri/cheribsd. # echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start