Comment was wrong about what entries get made for vtyNN, it
is 0-b, not 00-12.
This commit is contained in:
Rodney W. Grimes 1993-09-14 21:42:14 +00:00
parent f814ff388d
commit 7de54fdffe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=467
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@
# speaker pc speaker
# tw* xten power controller
#
# $Id: MAKEDEV,v 1.6 1993/09/05 15:53:39 rgrimes Exp $
# $Id: MAKEDEV,v 1.7 1993/09/06 03:00:38 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -296,7 +296,7 @@ pc*)
;;
# Use this to create virtual consoles for syscons, pcvt or codrv
# /dev/ttyv00-12
# /dev/ttyv0-b
# use as MAKEDEV vtyNN to create NN entries
vty*)
chr=12

View File

@ -63,7 +63,7 @@
# speaker pc speaker
# tw* xten power controller
#
# $Id: MAKEDEV,v 1.6 1993/09/05 15:53:39 rgrimes Exp $
# $Id: MAKEDEV,v 1.7 1993/09/06 03:00:38 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -296,7 +296,7 @@ pc*)
;;
# Use this to create virtual consoles for syscons, pcvt or codrv
# /dev/ttyv00-12
# /dev/ttyv0-b
# use as MAKEDEV vtyNN to create NN entries
vty*)
chr=12