From owner-svn-src-all@FreeBSD.ORG Sat Mar 1 04:49:55 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 EDDF244E; Sat, 1 Mar 2014 04:49:55 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D925614A7; Sat, 1 Mar 2014 04:49:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s214ntuM070940; Sat, 1 Mar 2014 04:49:55 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s214ntOC070939; Sat, 1 Mar 2014 04:49:55 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201403010449.s214ntOC070939@svn.freebsd.org> From: Brooks Davis Date: Sat, 1 Mar 2014 04:49:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r262652 - stable/10/tools/tools/makeroot X-SVN-Group: stable-10 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.17 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: Sat, 01 Mar 2014 04:49:56 -0000 Author: brooks Date: Sat Mar 1 04:49:55 2014 New Revision: 262652 URL: http://svnweb.freebsd.org/changeset/base/262652 Log: MFC r261302: The -B flag is intended to take an argument. Fix a couple typos in comments. Sponsored by: DARPA, AFRL Modified: stable/10/tools/tools/makeroot/makeroot.sh Directory Properties: stable/10/ (props changed) Modified: stable/10/tools/tools/makeroot/makeroot.sh ============================================================================== --- stable/10/tools/tools/makeroot/makeroot.sh Sat Mar 1 04:44:33 2014 (r262651) +++ stable/10/tools/tools/makeroot/makeroot.sh Sat Mar 1 04:49:55 2014 (r262652) @@ -65,7 +65,7 @@ atexit() } DEBUG= -# Allow duplice manifest entries when not file list is given because the +# Allow duplicate manifest entries when not file list is given because the # FreeBSD METALOG still includes it. DUPFLAG=-D EXTRAS= @@ -75,7 +75,7 @@ KEYDIR= KEYUSERS= PASSWD= -while getopts "Bde:f:g:K:k:p:s:" opt; do +while getopts "B:de:f:g:K:k:p:s:" opt; do case "$opt" in B) BFLAG="-B ${OPTARG}" ;; d) DEBUG=1 ;; @@ -174,7 +174,7 @@ else / type=/ { if ($1 != file) {print} }' >> ${manifest} fi -# For each extras file, add contents kyes relative to the directory the +# For each extras file, add contents keys relative to the directory the # manifest lives in for each file line that does not have one. Adjust # contents keys relative to ./ to be relative to the same directory. for eman in ${EXTRAS}; do