svn commit: r447658 - in head: . sysutils sysutils/chvt

Ben Woods woodsb02 at FreeBSD.org
Wed Aug 9 23:11:59 UTC 2017


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


More information about the svn-ports-head mailing list