From owner-svn-ports-all@freebsd.org Wed Aug 9 12:32:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEE8BDCC0E5; Wed, 9 Aug 2017 12:32:31 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFC06705D7; Wed, 9 Aug 2017 12:32:31 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 17555C0AE; Wed, 9 Aug 2017 12:32:31 +0000 (UTC) From: Jan Beich To: Ben Woods Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r447625 - in head/sysutils: . chvt chvt/files References: <201708091208.v79C8d91081610@repo.freebsd.org> Date: Wed, 09 Aug 2017 14:32:25 +0200 In-Reply-To: <201708091208.v79C8d91081610@repo.freebsd.org> (Ben Woods's message of "Wed, 9 Aug 2017 12:08:39 +0000 (UTC)") Message-ID: <60dw-hqg6-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 12:32:32 -0000 Ben Woods writes: > Author: woodsb02 > Date: Wed Aug 9 12:08:39 2017 > New Revision: 447625 > URL: https://svnweb.freebsd.org/changeset/ports/447625 > > Log: > Add new port sysutils/chvt > > The command chvt N makes /dev/ttyv(N-1) the foreground terminal. > The key combination Ctrl-Alt-FN (with N in the range 1-12) has a similar effect. > > WWW: https://lists.debian.org/debian-bsd/2009/11/msg00006.html FYI, on FreeBSD you can implement chvt(1) via shell script: $ cat ~/bin/chvt #! /bin/sh # The file is under Public Domain if not obvious vidcontrol