Date: Wed, 9 Aug 2017 23:11:58 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447658 - in head: . sysutils sysutils/chvt Message-ID: <201708092311.v79NBw4F056100@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Wed Aug 9 23:11:58 2017 New Revision: 447658 URL: https://svnweb.freebsd.org/changeset/ports/447658 Log: Revert r447625 which added new port sysutils/chvt This functionality is available in base using vidcontrol(1) For example, to switch to the second virtual terminal (/dev/ttyv1): # vidcontrol </dev/ttyv0 -s 2 Reported by: jbeich Requested by: danfe Deleted: head/sysutils/chvt/ Modified: head/MOVED head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Aug 9 21:00:12 2017 (r447657) +++ head/MOVED Wed Aug 9 23:11:58 2017 (r447658) @@ -9502,3 +9502,4 @@ devel/hs-MonadCatchIO-transformers||2017-08-08|Depreca devel/hs-directory||2017-08-08|Part of the bundled packages in ghc devel/hs-syb-with-class-instances-text||2017-08-08|Upstream is unmaintained textproc/hs-citeproc-hs||2017-08-08|Upstream is unmaintained, use pandoc-citeproc instead +sysutils/chvt||2017-08-10|Functionality available in base, using vidcontrol(1) Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Aug 9 21:00:12 2017 (r447657) +++ head/sysutils/Makefile Wed Aug 9 23:11:58 2017 (r447658) @@ -154,7 +154,6 @@ SUBDIR += cfengine38 SUBDIR += cfengine39 SUBDIR += chgrep - SUBDIR += chvt SUBDIR += chyves SUBDIR += cinnamon-control-center SUBDIR += cinnamon-settings-daemon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708092311.v79NBw4F056100>