From owner-svn-src-all@FreeBSD.ORG Fri Jun 6 17:38:30 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 9B5D1DC0; Fri, 6 Jun 2014 17:38:30 +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 88D112B3B; Fri, 6 Jun 2014 17:38:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56HcUup052783; Fri, 6 Jun 2014 17:38:30 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56HcUlU052782; Fri, 6 Jun 2014 17:38:30 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201406061738.s56HcUlU052782@svn.freebsd.org> From: Ed Maste Date: Fri, 6 Jun 2014 17:38:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267173 - head/tools/tools/vt/fontcvt 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: Fri, 06 Jun 2014 17:38:30 -0000 Author: emaste Date: Fri Jun 6 17:38:30 2014 New Revision: 267173 URL: http://svnweb.freebsd.org/changeset/base/267173 Log: Update after r267011: use -h height and -w width args Modified: head/tools/tools/vt/fontcvt/terminus.sh Modified: head/tools/tools/vt/fontcvt/terminus.sh ============================================================================== --- head/tools/tools/vt/fontcvt/terminus.sh Fri Jun 6 17:05:43 2014 (r267172) +++ head/tools/tools/vt/fontcvt/terminus.sh Fri Jun 6 17:38:30 2014 (r267173) @@ -1,10 +1,12 @@ #!/bin/sh +# $FreeBSD$ + for i in 6:12 8:14 8:16 10:18 10:20 11:22 12:24 14:28 16:32 do C=`echo $i | cut -f 1 -d :` R=`echo $i | cut -f 2 -d :` ./fontcvt \ - $C $R \ + -w $C -h $R \ ~/terminus-font-4.36/ter-u${R}n.bdf \ ~/terminus-font-4.36/ter-u${R}b.bdf \ terminus-u${R}.vfnt