From owner-svn-ports-all@freebsd.org Wed Aug 9 14:22:11 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 80F27DCE374; Wed, 9 Aug 2017 14:22:11 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ua0-x22d.google.com (mail-ua0-x22d.google.com [IPv6:2607:f8b0:400c:c08::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38D0574076; Wed, 9 Aug 2017 14:22:11 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-ua0-x22d.google.com with SMTP id w45so28948873uac.5; Wed, 09 Aug 2017 07:22:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HYwpQoxUJwfrsi64J9ge7yDjczvtxHnrHROQv8r5tQQ=; b=g5wPoucYV5rN/jy7ny9MAdqEjw7oaQwQT9ES3t5o12poQ30LcEosGHuMIqUZXDWrU9 kcSsF3qCnJZGuL0bSrSZ1MKPj3br3ZKPqkbO1l9IXzH6p9eAz45pGwkBsKUAXrarWpLl FyTQ5o9FDTD3KlO8X4oT4BGQEOB/mtf4GEKjgpyl9QSKq4XRfeiPKfdYPBJBK5JFXVpX TqxcOkaG446BL77W4OXzsixw+F3Aon18wwN2u1UvColQMlakSVICxRmu0M6P7KxZwAVA 485IRaKwMn/tH3msMiAsoz17Cloi4M56bglcgnXpVt0DczioL826wOTL2SbIBVC46xHF CAEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HYwpQoxUJwfrsi64J9ge7yDjczvtxHnrHROQv8r5tQQ=; b=oMNxtxM/whZNnNcjI5WY2wJxCY1diBDKmiEzL+eUNomV3VOIlRDZSzPKw2im/u86vi gMiVna2S7jm4EDjNMAItKcTIscvM1mo6DxqTbgUGmKkHZaK2E0J34n7ydixPg7HrxRQV sP8xjOalrwDnrLi11mR27fuwcRCZGpqIW7HSJyijKfkBPKPobq/gC70aeguZAM+dtJYs BK7X09Y4iF3vHR8T90iQWbWYkHooDXHFuWRwxUtBM3QVQ78Af+pl/YpggvCC8T9VIEdy PXRiZqiME/fGgTOUqB9QvnPOKR02j5EPOAbhsGViVkYEpYVng199kAg9bStVCE732oa2 ETTg== X-Gm-Message-State: AHYfb5hfhTyU0C8HeXblqtdKFlhJWLhPDJvinCdWuEGnSBJQ6xt8MBZl kMjWo3MYiunseu3Z3j+vc1BjFlS6W6MV X-Received: by 10.176.84.153 with SMTP id p25mr6064584uaa.174.1502288530027; Wed, 09 Aug 2017 07:22:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.170.129 with HTTP; Wed, 9 Aug 2017 07:22:09 -0700 (PDT) In-Reply-To: <60dw-hqg6-wny@FreeBSD.org> References: <201708091208.v79C8d91081610@repo.freebsd.org> <60dw-hqg6-wny@FreeBSD.org> From: Ben Woods Date: Wed, 9 Aug 2017 22:22:09 +0800 Message-ID: Subject: Re: svn commit: r447625 - in head/sysutils: . chvt chvt/files To: Jan Beich Cc: Ben Woods , "ports-committers@FreeBSD.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 14:22:11 -0000 On 9 August 2017 at 20:32, Jan Beich wrote: > 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 I wasn't aware - thanks for the heads up. Given its already committed, it probably doesn't hurt to keep this port with the C programming language option as an alternative to vidcontrol. Regards, Ben