diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2017-08-10 07:11:58 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2017-08-10 07:11:58 +0800 |
commit | 2352198b80115cd44be7f2d2ed937c6c7cf933c3 (patch) | |
tree | ad6ab561e185ecc5d5a66feb1b0366267cd5b903 /MOVED | |
parent | 2b266595c3bfb8de12611ffd62a5b64b9615b71e (diff) | |
download | freebsd-ports-gnome-2352198b80115cd44be7f2d2ed937c6c7cf933c3.tar.gz freebsd-ports-gnome-2352198b80115cd44be7f2d2ed937c6c7cf933c3.tar.zst freebsd-ports-gnome-2352198b80115cd44be7f2d2ed937c6c7cf933c3.zip |
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
Diffstat (limited to 'MOVED')
-rw-r--r-- | MOVED | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9502,3 +9502,4 @@ devel/hs-MonadCatchIO-transformers||2017-08-08|Deprecated in favor of the except 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) |